Is hibernate a tool or framework?



Is hibernate a tool or framework?..

Answer / Kana Ram

Hibernate is a framework, not just a tool. It provides a complete solution for object-relational mapping (ORM) in Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is Hibernate SessionFactory and how to configure it?

1 Answers  


Why do we need orm tools like hibernate?

1 Answers  


What the four ORM levels are in hibernate?

1 Answers  


What entries we make in the hibernate config file if we are not using hbm files but annotations?

1 Answers  


What is discriminator in hibernate?

1 Answers  


What is fetch in hibernate?

1 Answers  


What is 2nd level cache?

1 Answers  


What are the most common methods of hibernate configuration?

1 Answers  


What are the best practices to follow with hibernate framework?

1 Answers  


What is an example of a one to one relationship?

1 Answers  


How will you integrate hibernate with spring framework?

1 Answers  


How to integrate Hibernate and Spring frameworks?

1 Answers  


Categories