What is true for hibernate and jpa?
Answer / Nishant Mehta
Hibernate and JPA are both Object-Relational Mapping (ORM) frameworks used to map Java objects to database tables. Hibernate is an implementation of the JPA specification, making it compatible with other JPA implementations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What entries we make in the hibernate config file if we are not using hbm files but annotations?
What is hibernate validator framework?
Why is sessionfactory used in hibernate?
What is the difference between sessionfactory and session in hibernate?
What is hibernate jpa?
What is difference between steady state and transient state?
What are different types of caches available in hibernate?
How to write native sql query in hibernate?
What is hibernate in spring?
What is hibernate criteria join?
What are native queries in hibernate?
How to get single record from database using hibernate?