Java Persistence API Container2.22.1
Java Persistence API Container
2.2
2.1
This feature enables support for applications that use application-managed and container-managed JPA. This feature only includes Java Persistence API 2.2 specification interfaces and container-managed JPA integration. This feature does not include a JPA provider implementation.
Enabling this feature
To enable the Java Persistence API Container 2.2 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jpaContainer-2.2</feature>
Standard API packages provided by this feature
-
javax.persistence
-
javax.persistence.criteria
-
javax.persistence.metamodel
-
javax.persistence.spi