oracle.toplink.essentials.internal.ejb.cmp3.transaction.base |
|
Java Source File Name | Type | Comment |
EntityTransactionImpl.java | Class | INTERNAL:
Base EntityTransactionImpl
This is a thin wrapper around a UnitOfWork that implements functionality required
by the EntityTransaction interface. |
EntityTransactionWrapper.java | Class | INTERNAL:
Base EntityTransactionWrapper
The EntityTransactionWrapper is used to make in transparent to an EntityManager
what kind of transaction is being used. |
JTATransactionWrapper.java | Class | INTERNAL:
Base JTATransactionWrapper
The JTATransactionWrapper is used to make in transparent to an EntityManager
what kind of transaction is being used. |
TransactionImpl.java | Class | Implementation of JTA Transaction class. |
TransactionManagerImpl.java | Class | Implementation of JTA Transaction manager class. |
TransactionWrapperImpl.java | Class | |