Kodo 4.0.0RC2 generated on May 12 2006

kodo.kernel
Interface DetachState

All Known Subinterfaces:
KodoEntityManager, KodoPersistenceManager

public interface DetachState

Constants for which fields to include in the detach graph.

Since:
4.0

Field Summary
static int DETACH_ALL
          Mode to detach all fields.
static int DETACH_FGS
          Mode to detach all fields in the current fetch groups.
static int DETACH_LOADED
          Mode to detach all currently-loaded fields.
 

Field Detail

DETACH_FGS

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

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

Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.