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 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
-
Method Summary
Methods inherited from class org.apache.openjpa.conf.DetachOptions
getAccessUnloaded, getDetachedStateField, getDetachedStateManager, getDetachProxyFields, getLiteAutoDetach, isDetachedStateTransient, setAccessUnloaded, setDetachedStateField, setDetachedStateField, setDetachedStateManager, setDetachedStateTransient, setDetachProxyFields, setLiteAutoDetach
-
Constructor Details
-
FetchGroups
public FetchGroups()
-
-
Method Details
-
getDetachState
public int getDetachState()Description copied from class:DetachOptions
TheDetachState
constant.- Specified by:
getDetachState
in classDetachOptions
-