What is true for hibernate and jpa?



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

Post New Answer

More Hibernate Interview Questions

What entries we make in the hibernate config file if we are not using hbm files but annotations?

1 Answers  


What is hibernate validator framework?

1 Answers  


Why is sessionfactory used in hibernate?

1 Answers  


What is the difference between sessionfactory and session in hibernate?

1 Answers  


What is hibernate jpa?

1 Answers  


What is difference between steady state and transient state?

1 Answers  


What are different types of caches available in hibernate?

1 Answers  


How to write native sql query in hibernate?

1 Answers  


What is hibernate in spring?

1 Answers  


What is hibernate criteria join?

1 Answers  


What are native queries in hibernate?

1 Answers  


How to get single record from database using hibernate?

1 Answers  


Categories