| Interface | Description |
|---|---|
| IEntityManagerProvider |
Indirection interface for retrieving JPA
EntityManager. |
| Class | Description |
|---|---|
| AbstractGlobalEntityManagerFactory |
Abstract global singleton to handle a single persistence unit.
|
| AbstractPerRequestEntityManager |
Abstract request singleton to handle a single
EntityManager. |
| JPAEnabledManager |
JPA enabled manager with transaction handling etc.
|
| JPAExecutionResult<DATATYPE> |
Represents the result of a single transaction/select within this module.
|
Copyright © 2006–2015 phloc systems. All rights reserved.