Kodo 4.0.0RC2 generated on May 12 2006

kodo.kernel
Interface RestoreState

All Known Subinterfaces:
KodoEntityManager

public interface RestoreState

State restore constants.

Since:
4.0

Field Summary
static int RESTORE_ALL
          Restore all state on rollback.
static int RESTORE_IMMUTABLE
          Restore immutable state on rollback; clear mutable state.
static int RESTORE_NONE
          Do not restore any state on rollback.
 

Field Detail

RESTORE_NONE

static final int RESTORE_NONE
Do not restore any state on rollback.

See Also:
Constant Field Values

RESTORE_IMMUTABLE

static final int RESTORE_IMMUTABLE
Restore immutable state on rollback; clear mutable state.

See Also:
Constant Field Values

RESTORE_ALL

static final int RESTORE_ALL
Restore all state on rollback.

See Also:
Constant Field Values

Kodo 4.0.0RC2 generated on May 12 2006

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