| Interface | Description |
|---|---|
| EntityManagerService |
Responsible for returning an EntityManager with a persitence context tied to an execution context.
|
| HibernateProxy |
| Class | Description |
|---|---|
| EntityManagerServiceImpl |
Manages a cache of EntityManagers.
|
| MultiThreadedEntityManagerProxy |
An EntityManager proxy that delegates to a backing instance.
|
| MultiThreadedSessionProxy |
An Hibernate Session proxy that delegates to a backing instance.
|
| StatefulEntityManagerProxy |
An EntityManager proxy that delegates to a cached instance.
|
| StatefulSessionProxy |
An Hibernate Session proxy that delegates to a cached instance.
|