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