Package com.jenkov.mrpersister.scope

Interface Summary
IScopeAction Represents the action(s) that is to be carried out inside the given scope.
IScopeBoundary Represents the boundaries of a scope.
IScopeFactory A factory capable of creating IScopeBoundary objects.
 

Class Summary
ConnectionScope An implementation of the IScopeBoundary that can mark the boundaries of a connection scope.
ScopeFactory  
ScopingConnection A wrapper around the original connection which can ignore calls to commit, rollback and close, if these methods are called from within either a connection or transaction scope.
ScopingDataSource A DataSource capable of scoping connections and transactions.
TransactionScope An implementation of the IScopeBoundary that can mark the boundaries of a transaction scope.
 

Exception Summary
ScopeException Exceptions of this type are thrown from either connection or transaction scopes, if an exception is thrown inside the scope.