Package org.apache.openjpa.slice.jdbc
Class SliceStoreManager
- java.lang.Object
-
- org.apache.openjpa.jdbc.kernel.JDBCStoreManager
-
- org.apache.openjpa.slice.jdbc.SliceStoreManager
-
- All Implemented Interfaces:
JDBCStore
,StoreManager
,Closeable
public class SliceStoreManager extends JDBCStoreManager
A specialized JDBCStoreManager for a slice.- Author:
- Pinaki Poddar
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
JDBCStoreManager.ClientConnection, JDBCStoreManager.RefCountConnection
-
-
Field Summary
-
Fields inherited from interface org.apache.openjpa.kernel.StoreManager
FORCE_LOAD_ALL, FORCE_LOAD_DFG, FORCE_LOAD_NONE, FORCE_LOAD_REFRESH, VERSION_DIFFERENT, VERSION_EARLIER, VERSION_LATER, VERSION_SAME
-
-
Constructor Summary
Constructors Constructor Description SliceStoreManager(Slice slice)
Construct with immutable logical name of the slice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Slice
getSlice()
Gets the slice for which this receiver is working.-
Methods inherited from class org.apache.openjpa.jdbc.kernel.JDBCStoreManager
assignField, assignObjectId, beforeStateChange, begin, beginOptimistic, cancelAll, close, commit, compareVersion, connectInternal, copyDataStoreId, executeExtent, exists, find, flush, getClientConnection, getConfiguration, getConnection, getContext, getDataSource, getDataStoreIdSequence, getDataStoreIdType, getDBDictionary, getFetchConfiguration, getLockManager, getManagedType, getNewConnection, getSQLFactory, getType, getValueSequence, getVersion, initialize, initializeState, isCached, isEmptyResult, load, load, loadAll, loadSubclasses, newDataStoreId, newDataStoreId, newFetchConfiguration, newQuery, releaseConnection, retainConnection, rollback, rollbackOptimistic, select, setContext, setContext, setMappedBy, syncVersion
-
-