| Class | Description |
|---|---|
| AbstractEntityManager |
Abstract entity manager used by all container managed entity managers.
|
| CreatedEntityManagers |
Tracks the lifecycle of created XPC Entity Managers
|
| EntityManagerUnwrappedTargetInvocationHandler |
Handle method execution delegation to a wrapped object using the passed entity manager to obtain the target
invocation target.
|
| EntityManagerUtil |
EntityManager utilities
|
| ExtendedEntityManager |
Represents the Extended persistence context injected into a stateful bean.
|
| ExtendedEntityManagerKey |
Uniquely identifies an ExtendedEntityManager instance.
|
| JPAUserTransactionListener |
Listens for UserTransaction events and handles associating the extended persistence context with the JTA transaction.
|
| NonTxEmCloser |
Close the non tx invocations on transaction scoped entity manager
|
| PersistenceUnitSearch |
Perform scoped search for persistence unit name
|
| QueryNonTxInvocationDetacher |
for JPA 2.0 section 3.8.6
used by TransactionScopedEntityManager to detach entities loaded by a query in a non-jta invocation.
|
| ReferenceCountedEntityManager |
Structure used to track SFSB references to an entity manager
This class is not thread safe, it should not be accessed by multiple threads.
|
| SFSBCallStack |
For tracking of SFSB call stack on a per thread basis.
|
| ThreadLocalStack<T> |
Comment
|
| TransactionScopedEntityManager |
Transaction scoped entity manager will be injected into SLSB or SFSB beans.
|
| TypedQueryNonTxInvocationDetacher<X> |
for JPA 2.0 section 3.8.6
used by TransactionScopedEntityManager to detach entities loaded by a query in a non-jta invocation.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.