Package org.apache.openjpa.conf
Class DetachOptions.FetchGroups
- java.lang.Object
-
- org.apache.openjpa.conf.DetachOptions
-
- org.apache.openjpa.conf.DetachOptions.FetchGroups
-
- All Implemented Interfaces:
DetachState
- Enclosing class:
- DetachOptions
public static class DetachOptions.FetchGroups extends DetachOptions
Public to allow reflection.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.openjpa.conf.DetachOptions
DetachOptions.All, DetachOptions.FetchGroups, DetachOptions.Loaded
-
-
Field Summary
-
Fields inherited from interface org.apache.openjpa.kernel.DetachState
DETACH_ALL, DETACH_FETCH_GROUPS, DETACH_FGS, DETACH_LOADED
-
-
Constructor Summary
Constructors Constructor Description FetchGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDetachState()
TheDetachState
constant.-
Methods inherited from class org.apache.openjpa.conf.DetachOptions
getAccessUnloaded, getDetachedStateField, getDetachedStateManager, getDetachProxyFields, getLiteAutoDetach, isDetachedStateTransient, setAccessUnloaded, setDetachedStateField, setDetachedStateField, setDetachedStateManager, setDetachedStateTransient, setDetachProxyFields, setLiteAutoDetach
-
-
-
-
Method Detail
-
getDetachState
public int getDetachState()
Description copied from class:DetachOptions
TheDetachState
constant.- Specified by:
getDetachState
in classDetachOptions
-
-