Uses of Package
com.framework.jdto.transaction

Packages that use com.framework.jdto.transaction
com.framework.jdto.transaction   
 

Classes in com.framework.jdto.transaction used by com.framework.jdto.transaction
Transaction
          This interface is implemented by the TransactionContext class. it performs the final commit or rollback with the database.
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.