Uses of Interface
com.framework.jdto.transaction.Transaction

Packages that use Transaction
com.framework.jdto.transaction   
 

Uses of Transaction in com.framework.jdto.transaction
 

Classes in com.framework.jdto.transaction that implement Transaction
 class TransactionContext
          This class is associated with the Current Thread whenever a transaction is started.
 

Methods in com.framework.jdto.transaction that return Transaction
static Transaction TransactionContextManager.beginTransaction()
          The beginTransaction() method begins the transaction.
static Transaction TransactionContextManager.getCurrentTransaction()
          This method gets the currently running Transaction