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

Packages that use IScopeAction
com.jenkov.mrpersister.scope   
 

Uses of IScopeAction in com.jenkov.mrpersister.scope
 

Classes in com.jenkov.mrpersister.scope that implement IScopeAction
 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 with parameters of type IScopeAction
 java.lang.Object TransactionScope.scope(IScopeAction scopeAction)
           
 java.lang.Object IScopeBoundary.scope(IScopeAction action)
          Executes the given action within this scope.
 java.lang.Object ConnectionScope.scope(IScopeAction scopeAction)