This tag is for questions about the version 2.0 of the Java Persistence API. The focus of JPA 2.0 was to address features that were present in some of the popular ORM vendors but could not gain consensus approval for JPA 1.0.
The jpa-2.0 is latest major specification for jpa.
Main features included in this update are:
- Expanded object-relational mapping functionality
- Criteria query API
- Standardization of additional metadata to support DDL generation
- Support for validation