|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |