org.apache.openjpa.kernel
Interface DetachState

All Known Subinterfaces:
Broker
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
static int DETACH_ALL
          Mode to detach all fields.
static int DETACH_FETCH_GROUPS
          Mode to detach all fields in the current fetch groups.
static int DETACH_FGS
          Deprecated.  
static int DETACH_LOADED
          Mode to detach all currently-loaded fields.
 

Field Detail

DETACH_FETCH_GROUPS

static final int DETACH_FETCH_GROUPS
Mode to detach all fields in the current fetch groups.

Since:
0.9.8
See Also:
Constant Field Values

DETACH_FGS

static final int DETACH_FGS
Deprecated. 
See Also:
Constant Field Values

DETACH_LOADED

static final int DETACH_LOADED
Mode to detach all currently-loaded fields.

See Also:
Constant Field Values

DETACH_ALL

static final int DETACH_ALL
Mode to detach all fields.

See Also:
Constant Field Values


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.