Why is orm used?



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

Post New Answer

More Hibernate Interview Questions

What is table per concrete class in hibernate?

1 Answers  


What are the important tags of hibernate.cfg.xml?

1 Answers  


Is it possible to perform collection mapping with one-to-one and many-to-one?

1 Answers  


What is one-to-many association in hibernate?

1 Answers  


What is meant by full object mapping?

1 Answers  


What is entity manager?

1 Answers  


What is the full form of yaml?

1 Answers  


Define cascade and inverse option in one-many mapping?

1 Answers  


What are some advantages of lazy loading?

1 Answers  


What is the difference between merge and persist in hibernate?

1 Answers  


What are the steps of orm?

1 Answers  


What the three inheritance models are of hibernate?

1 Answers  


Categories