Package org.apache.openjpa.kernel
Interface LockScopes
- All Known Subinterfaces:
FetchConfiguration
,JDBCFetchConfiguration
- All Known Implementing Classes:
DelegatingFetchConfiguration
,DelegatingJDBCFetchConfiguration
,FetchConfigurationImpl
,JDBCFetchConfigurationImpl
,TargetFetchConfiguration
public interface LockScopes
Defines lock scope levels used for MixedLockManager.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Generic extended lock scope level.static final int
Generic Normal lock scope level.
-
Field Details
-
LOCKSCOPE_NORMAL
static final int LOCKSCOPE_NORMALGeneric Normal lock scope level. Value of 0.- See Also:
-
LOCKSCOPE_EXTENDED
static final int LOCKSCOPE_EXTENDEDGeneric extended lock scope level. Value of 10.- See Also:
-