Uses of Interface
com.jenkov.mrpersister.scope.IScopeBoundary

Packages that use IScopeBoundary
com.jenkov.mrpersister.scope   
 

Uses of IScopeBoundary in com.jenkov.mrpersister.scope
 

Classes in com.jenkov.mrpersister.scope that implement IScopeBoundary
 class ConnectionScope
          An implementation of the IScopeBoundary that can mark the boundaries of a connection scope.
 class TransactionScope
          An implementation of the IScopeBoundary that can mark the boundaries of a transaction scope.
 

Methods in com.jenkov.mrpersister.scope that return IScopeBoundary
 IScopeBoundary ScopeFactory.createConnectionScope()
           
 IScopeBoundary IScopeFactory.createConnectionScope()
          Creates a connection scope object.
 IScopeBoundary ScopeFactory.createTransactionScope()
           
 IScopeBoundary IScopeFactory.createTransactionScope()
          Creates a transaction scope object.