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 |
Is jpa better than hibernate?
What is @id in hibernate?
What is session in hibernate and how to get it?
What is unidirectional mapping in hibernate?
Explain the transaction object in hibernate?
What is difference between lazy loading and eager loading in hibernate?
What is the usage of Hibernate QBC API?
What is the default annotation for a property in hibernate?
What is the use of session.lock() in hibernate?
What are the the methods to clear cache in hibernate?
What is embeddable in hibernate?
What are the advantages of hibernate?