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