What is the java persistence api used for?



What is the java persistence api used for?..

Answer / Mrs.sunita Singh

The Java Persistence API (JPA) is a Java specification that provides an API to persist and manage Java objects as database tables. It allows developers to use standard Java classes for data manipulation, abstracting away the differences between various databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is jpa better than hibernate?

1 Answers  


What is @id in hibernate?

1 Answers  


What is session in hibernate and how to get it?

1 Answers  


What is unidirectional mapping in hibernate?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


What is difference between lazy loading and eager loading in hibernate?

1 Answers  


What is the usage of Hibernate QBC API?

1 Answers  


What is the default annotation for a property in hibernate?

1 Answers  


What is the use of session.lock() in hibernate?

1 Answers  


What are the the methods to clear cache in hibernate?

1 Answers  


What is embeddable in hibernate?

1 Answers  


What are the advantages of hibernate?

1 Answers  


Categories