Package org.apache.openjpa.kernel
Interface LockScopes
-
- All Known Subinterfaces:
FetchConfiguration,JDBCFetchConfiguration
- All Known Implementing Classes:
DelegatingFetchConfiguration,DelegatingJDBCFetchConfiguration,FetchConfigurationImpl,JDBCFetchConfigurationImpl,TargetFetchConfiguration
public interface LockScopesDefines lock scope levels used for MixedLockManager.- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intLOCKSCOPE_EXTENDEDGeneric extended lock scope level.static intLOCKSCOPE_NORMALGeneric Normal lock scope level.
-
-
-
Field Detail
-
LOCKSCOPE_NORMAL
static final int LOCKSCOPE_NORMAL
Generic Normal lock scope level. Value of 0.- See Also:
- Constant Field Values
-
LOCKSCOPE_EXTENDED
static final int LOCKSCOPE_EXTENDED
Generic extended lock scope level. Value of 10.- See Also:
- Constant Field Values
-
-