Package org.apache.openjpa.kernel
Interface DetachState
- All Known Subinterfaces:
Broker,DistributedBroker
- All Known Implementing Classes:
BrokerImpl,DelegatingBroker,DetachManager,DetachOptions,DetachOptions.All,DetachOptions.FetchGroups,DetachOptions.Loaded,DistributedBrokerImpl,FinalizingBrokerImpl
public interface DetachState
Constants for which fields to include in the detach graph.
- Since:
- 0.4.0
- Author:
- Abe White
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intMode to detach all fields.static final intMode to detach all fields in the current fetch groups.static final intDeprecated.static final intMode to detach all currently-loaded fields.
-
Field Details
-
DETACH_FETCH_GROUPS
static final int DETACH_FETCH_GROUPSMode to detach all fields in the current fetch groups.- Since:
- 0.9.8
- See Also:
-
DETACH_FGS
Deprecated.- See Also:
-
DETACH_LOADED
static final int DETACH_LOADEDMode to detach all currently-loaded fields.- See Also:
-
DETACH_ALL
static final int DETACH_ALLMode to detach all fields.- See Also:
-