B C D E F G J M N P R S T

T

Transaction - interface com.framework.jdto.transaction.Transaction.
This interface is implemented by the TransactionContext class. it performs the final commit or rollback with the database.
TransactionContext - class com.framework.jdto.transaction.TransactionContext.
This class is associated with the Current Thread whenever a transaction is started.
TransactionContext() - Constructor for class com.framework.jdto.transaction.TransactionContext
 
TransactionContextManager - class com.framework.jdto.transaction.TransactionContextManager.
TransactionContextManager class is mainly responsible for managing the transactions. it is responsible for begining the transaction and ending the transaction based on the current transaction status.
TransactionStatus - interface com.framework.jdto.transaction.TransactionStatus.
This interface contains all the Transaction Statuses defined as static final integers.

B C D E F G J M N P R S T