JPA - Specification

Card Puncher Data Processing

JPA - Specification

About

The Java Persistence API (JPA) provides a mechanism for managing persistence,. object-relational mapping and functions for the EJB 3.0 and later specifications.

The final documentation can be also download from this web site: persistence-2_0-final-spec.pdf





Discover More
Card Puncher Data Processing
JPA - Java Persistence API (JPA)

API The Java Persistence API is the Java API for the management of persistence and object/relational mapping for: Java EE and Java SE environments The Java Persistence consists of: The Java...
Card Puncher Data Processing
JPA - Primary Key (@Id, @IdClass, )

Every JPA entity must have a primary key. A primary key corresponds to one or more fields or properties (“attributes”) of the entity class. A simple (i.e., non-composite) primary key must correspond...
Card Puncher Data Processing
Persistence Unit

the node provider property See chapter 8.1 of the specification



Share this page:
Follow us:
Task Runner