Package com.framework.jdto.transaction

Interface Summary
Transaction This interface is implemented by the TransactionContext class. it performs the final commit or rollback with the database.
TransactionStatus This interface contains all the Transaction Statuses defined as static final integers.
 

Class Summary
TransactionContext This class is associated with the Current Thread whenever a transaction is started.
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.