What is hibernate used for?



What is hibernate used for?..

Answer / Mohan Singh Meena

Hibernate is an Object-Relational Mapping (ORM) tool that is used to map Java objects with relational database tables, enabling easy persistence of the Java objects to databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the importance of lifecycle and validatable interface in hibernate?

1 Answers  


What is the n 1 problem?

1 Answers  


What is the difference between update and merge method?

1 Answers  


How to use application server JNDI DataSource with Hibernate framework?

1 Answers  


What is tag library descriptor?

1 Answers  


Discuss the collections in hibernate?

1 Answers  


What is many to one mapping in hibernate?

1 Answers  


If you want to see the hibernate generated sql statements on console, what should we do?

1 Answers  


Can hibernate id be string?

1 Answers  


What are the key components of a hibernate configuration object?

1 Answers  


What are the major benefits of hibernate?

1 Answers  


What is collection mapping?

1 Answers  


Categories