Why is orm used?
Answer / Tarun Pal
ORM (Object-Relational Mapping) is used to abstract the underlying database and provide a simpler, more Java-like interface for developers to work with data. ORM tools like Hibernate allow developers to focus on application logic rather than writing low-level SQL queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is table per concrete class in hibernate?
What are the important tags of hibernate.cfg.xml?
Is it possible to perform collection mapping with one-to-one and many-to-one?
What is one-to-many association in hibernate?
What is meant by full object mapping?
What is entity manager?
What is the full form of yaml?
Define cascade and inverse option in one-many mapping?
What are some advantages of lazy loading?
What is the difference between merge and persist in hibernate?
What are the steps of orm?
What the three inheritance models are of hibernate?