What is jpa in hibernate?



What is jpa in hibernate?..

Answer / Parul Dev

JPA (Java Persistence API) is a standard Java specification for persisting and querying data in a relational or non-relational database. Hibernate is an open-source implementation of JPA.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How do you define sequence generated primary key in hibernate?

1 Answers  


What is use of hibernate session merge() call?

1 Answers  


What is hibernate bag collection?

1 Answers  


How can we use new custom interfaces to enhance functionality of built-in interfaces of hibernate?

1 Answers  


What is the synonym of hibernate?

1 Answers  


What is the limitation of hibernate?

1 Answers  


Tell about the core interfaces of the hibernate framework?

1 Answers  


What are the different cascade types in hibernate?

1 Answers  


What is the difference between session and sessionfactory in hibernate?

1 Answers  


What is hibernate caching?

1 Answers  


What does hibernate show_sql true mean?

1 Answers  


Which is better hibernate or mybatis?

1 Answers  


Categories