What is difference between hibernate and jpa?



What is difference between hibernate and jpa?..

Answer / Rajesh Kumar Rajbhar

Hibernate is an ORM (Object-Relational Mapping) framework that provides an implementation of the JPA (Java Persistence API) specification. JPA defines the contract between the Java application and the database, while Hibernate offers additional features like caching, query optimization, and support for noSQL databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is callback interface?

1 Answers  


What is a crud repository?

1 Answers  


What is detached in hibernate?

1 Answers  


What is id generator in hibernate?

1 Answers  


What is session in hibernate and how to get it?

1 Answers  


What is persistent state in hibernate?

1 Answers  


What are the five steps of orm?

1 Answers  


What is the use of cache in hibernate?

1 Answers  


Which is better nhibernate or entity framework?

1 Answers  


What does it mean to be inverse?

1 Answers  


What is a 1 to 1 relationship database?

1 Answers  


What are fetch types in hibernate?

1 Answers  


Categories