org.apache.openjpa.kernel
Interface AutoClear

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

public interface AutoClear

State clearing constants.

Since:
0.4.0
Author:
Abe White

Field Summary
static int CLEAR_ALL
          Clear state when entering any transaction.
static int CLEAR_DATASTORE
          Clear state when entering a datastore transaction.
 

Field Detail

CLEAR_DATASTORE

static final int CLEAR_DATASTORE
Clear state when entering a datastore transaction.

See Also:
Constant Field Values

CLEAR_ALL

static final int CLEAR_ALL
Clear state when entering any transaction.

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