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 |
What is callback interface?
What is a crud repository?
What is detached in hibernate?
What is id generator in hibernate?
What is session in hibernate and how to get it?
What is persistent state in hibernate?
What are the five steps of orm?
What is the use of cache in hibernate?
Which is better nhibernate or entity framework?
What does it mean to be inverse?
What is a 1 to 1 relationship database?
What are fetch types in hibernate?