adspace


What is difference between hibernate and jpa?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493