Why do we need mapping?
Answer / Deepak Kumar Swarooop
Mapping is necessary in Hibernate because it helps bridge the gap between Java objects (POJOs) and relational databases. Without proper mapping, Java objects cannot be easily saved to or retrieved from a database, making data persistence complex and error-prone.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are bidirectional relationships?
What is orm and odm?
Explain what is a dialect?
Is a relationship in hibernate?
What is hibernatetemplate?
What are the identified limitation of hibernate?
How long will it take to learn hibernate?
What is many to one mapping in hibernate?
What the benefits are of hibernate over jdbc?
What is fetchtype in hibernate?
What is hibernate inheritance?
Why do we use hibernate?