| Interface | Description |
|---|---|
| JPAApi |
JPA API.
|
| JPAComponents |
Java JPA Components.
|
| JPAConfig |
JPA configuration.
|
| Class | Description |
|---|---|
| DefaultJPAApi |
Default implementation of the JPA API.
|
| DefaultJPAApi.JPAApiProvider | |
| DefaultJPAConfig |
Default JPA configuration.
|
| DefaultJPAConfig.JPAConfigProvider | |
| JPAConfig.PersistenceUnit | |
| JPAEntityManagerContext | Deprecated
Use a dependency injected JPAApi instance here, since 2.7.0
|
| JPAModule |
Injection module with default JPA components.
|
| TransactionalAction | Deprecated
Use a dependency injected JPAApi instance here, since 2.7.0
|
| Annotation Type | Description |
|---|---|
| Transactional | Deprecated
Use a dependency injected JPAApi instance here, since 2.7.0
|