org.apache.openjpa.kernel
Interface RestoreState

All Known Subinterfaces:
Broker
All Known Implementing Classes:
BrokerImpl, DelegatingBroker, DistributedBrokerImpl, FinalizingBrokerImpl

public interface RestoreState

State restore constants.

Since:
0.4.0
Author:
Abe White

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


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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01