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
FieldsModifier and TypeFieldDescriptionstatic final intClear state when entering any transaction.static final intClear state when entering a datastore transaction.
-
Field Details
-
CLEAR_DATASTORE
static final int CLEAR_DATASTOREClear state when entering a datastore transaction.- See Also:
-
CLEAR_ALL
static final int CLEAR_ALLClear state when entering any transaction.- See Also:
-