Interface | Description |
---|---|
JPAApi |
JPA API.
|
JPAConfig |
JPA configuration.
|
Class | Description |
---|---|
DefaultJPAApi |
Default implementation of the JPA API.
|
DefaultJPAApi.JPAApiProvider | |
DefaultJPAConfig |
Default JPA configuration.
|
DefaultJPAConfig.JPAConfigProvider | |
JPA |
JPA Helpers.
|
JPAConfig.PersistenceUnit | |
JPAModule |
Injection module with default JPA components.
|
TransactionalAction |
Wraps an action in am JPA transaction.
|
Annotation Type | Description |
---|---|
Transactional |
Wraps the annotated action in an JPA transaction.
|