Why do you need orm tool like hibernate?



Why do you need orm tool like hibernate?..

Answer / Ashutosh Kumar

An Object-Relational Mapping (ORM) tool like Hibernate is needed to map Java objects to database tables automatically, reducing the amount of manual coding and improving productivity. ORM tools also provide features such as caching, connection pooling, lazy loading, and exception handling that improve application performance and robustness.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is hibernate caching?

1 Answers  


What is the architecture of hibernate?

1 Answers  


What is orm navy?

1 Answers  


What is session in hibernate and how to get it?

1 Answers  


Which type of associated entities are eagerly loaded by default?

1 Answers  


What is named sql query?

1 Answers  


Is merge faster than insert update?

1 Answers  


What is Hibernate SessionFactory and how to configure it?

1 Answers  


What is cascading and what are different types of cascading?

1 Answers  


Why hibernate is required?

1 Answers  


What is meant by annotation in hibernate?

1 Answers  


Is jpa better than hibernate?

1 Answers  


Categories