Java Persistance API (JPA) is the object relational mapping (ORM) specification for Java EE applications. JPA 2 is the second major release for the JPA framework with lot of interesting features. Many of the features introduced with this release are already supported by the many of the framework vendors like Hibernate, EclipseLink, etc. This JPA 2 made those features officially supported by the specification. This tutorials publishes the complete list of topics on JPA 2. Please keep watching this page for the updates.
JPA 2 Releases and Features
Criteria API
- TypedQuery in JPA 2
- JPA 2 Criteria API
- JPA 2 MetaModel Generation using Eclipse
- JPA 2 MetaModel Generator using Ant