Interface | Description |
---|---|
PersistenceClassLoaderHandler | |
QueryOperation |
Class | Description |
---|---|
CriteriaLogQuery<T> | |
EntityManagerTxKey | |
JtaEntityManager |
The JtaEntityManager is a wrapper around an entity manager that automatically creates and closes entity managers
for each transaction in which it is accessed.
|
JtaEntityManager.Timer | |
JtaEntityManagerRegistry |
The JtaEntityManagerRegistry tracks JTA entity managers for transaction and extended scoped
entity managers.
|
JtaEntityManagerRegistry.EntityManagerTracker |
This object is used track all EntityManagers inherited in order
to effectively close it when the latest Extended persistence context
is no more accessed.
|
JtaQuery |
The JtaQuery is a wrapper around a query and and entity manager that automatically closes the entity managers
when the query is finished.
|
JtaTypedQuery<X> |
This class is the same as
JtaQuery but wraps TypedQuery instead of Query |
PersistenceBootstrap |
The goal of this class is to support persistence providers that need to do
byte code enhancement in embedded environments like JUnit where all the
entity classes are right on the system classpath and likely to be loaded
before OpenEJB boots.
|
PersistenceBootstrap.Transformer | |
PersistenceUnitInfoImpl | |
PersistenceUnitInfoImpl.PersistenceClassFileTransformer | |
QueryLogEntityManager |
Exception | Description |
---|---|
EntityManagerAlreadyRegisteredException |