| 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.
|
| MultiThreadedEntityManagerProxyFactory |
Creates MultiThreadedEntityManagerProxy instances.
|
| MultiThreadedSessionProxy |
An Hibernate Session proxy that delegates to a backing instance.
|
| MultiThreadedSessionProxyFactory |
Creates MultiThreadedSessionProxy instances.
|
| StatefulEntityManagerProxy |
An EntityManager proxy that delegates to a cached instance.
|
| StatefulEntityManagerProxyFactory |
Creates StatefulEntityManagerProxy instances.
|
| StatefulSessionProxy |
An Hibernate Session proxy that delegates to a cached instance.
|
| StatefulSessionProxyFactory |
Creates StatefulEntityManagerProxy instances.
|
| Exception | Description |
|---|---|
| EntityManagerCreationException |
Denotes an exception creating and associating an EntityManager with an execution context.
|