What are the benefits of ORM?



What are the benefits of ORM?..

Answer / Pankaj Kumar Dagar

The benefits of ORM include reduced amount of code for database access, improved database portability, automatic handling of transactions and connections, and better object-oriented programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How many types of cascade are there in hibernate?

1 Answers  


Can we write sql query in hibernate?

1 Answers  


What is a one to many relationship in a database?

1 Answers  


What is Hibernate SessionFactory and how to configure it?

1 Answers  


What is hibernate model class?

1 Answers  


What is persistence context in hibernate?

1 Answers  


Explain the difference between hibernate and spring.

1 Answers  


What is difference between merge and saveorupdate in hibernate?

1 Answers  


How do you implement one to one relationship in hibernate with java annotation?

1 Answers  


Explain the important benefits of hibernate framework?

1 Answers  


What are the core interfaces of hibernate?

1 Answers  


What is the purpose of using hibernatetemplate?

1 Answers  


Categories