JPA - Java Persistence API (JPA)
About
The Java Persistence API is the Java API for the management of persistence and object/relational mapping for:
The Java Persistence consists of:
- The Java Persistence API or JPA (entitymanager)
- Object or relational mapping metadata to map Java Object (entity, …). into one or more tables of a database.
- The query language
More:
- A persistence provider refers to a library implementation of the Java Persistence API.
Articles Related
(Diagram|Editor)
A JPA diagram editor tool allows you to create, edit, and display the application data model (entities and their relationships) in a graphical environment.