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 |
How many types of cascade are there in hibernate?
Can we write sql query in hibernate?
What is a one to many relationship in a database?
What is Hibernate SessionFactory and how to configure it?
What is hibernate model class?
What is persistence context in hibernate?
Explain the difference between hibernate and spring.
What is difference between merge and saveorupdate in hibernate?
How do you implement one to one relationship in hibernate with java annotation?
Explain the important benefits of hibernate framework?
What are the core interfaces of hibernate?
What is the purpose of using hibernatetemplate?