Package org.apache.openjpa.kernel
Interface AutoClear
-
- All Known Subinterfaces:
Broker
,DistributedBroker
- All Known Implementing Classes:
BrokerImpl
,DelegatingBroker
,DistributedBrokerImpl
,FinalizingBrokerImpl
public interface AutoClear
State clearing constants.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Field Summary
Fields Modifier and Type Field Description 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
-
-