public class XMLStoreManager extends AbstractStoreManager
XMLStore associated with
its XMLConfiguration. Configuration instances are shared by all
store managers owned by all brokers created with the same factory.AbstractStoreManagerctxFORCE_LOAD_ALL, FORCE_LOAD_DFG, FORCE_LOAD_NONE, FORCE_LOAD_REFRESH, VERSION_DIFFERENT, VERSION_EARLIER, VERSION_LATER, VERSION_SAME| Constructor and Description |
|---|
XMLStoreManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
commit() |
org.apache.openjpa.lib.rop.ResultObjectProvider |
executeExtent(ClassMetaData meta,
boolean subclasses,
FetchConfiguration fetch) |
boolean |
exists(OpenJPAStateManager sm,
Object context) |
protected Collection |
flush(Collection<OpenJPAStateManager> pNew,
Collection<OpenJPAStateManager> pNewUpdated,
Collection<OpenJPAStateManager> pNewFlushedDeleted,
Collection<OpenJPAStateManager> pDirty,
Collection<OpenJPAStateManager> pDeleted) |
protected Collection |
getUnsupportedOptions() |
boolean |
initialize(OpenJPAStateManager sm,
PCState state,
FetchConfiguration fetch,
Object context) |
boolean |
isCached(List<Object> oids,
BitSet edata) |
boolean |
load(OpenJPAStateManager sm,
BitSet fields,
FetchConfiguration fetch,
int lockLevel,
Object context) |
protected OpenJPAConfiguration |
newConfiguration() |
protected void |
open() |
void |
rollback() |
boolean |
syncVersion(OpenJPAStateManager sm,
Object context) |
assignDataStoreId, assignField, assignObjectId, beforeStateChange, beginOptimistic, cancelAll, close, compareVersion, copyDataStoreId, flush, getClientConnection, getContext, getDataStoreIdSequence, getDataStoreIdType, getManagedType, getPlatform, getValueSequence, loadAll, newDataStoreId, newFetchConfiguration, newQuery, releaseConnection, retainConnection, rollbackOptimistic, setContextprotected Collection getUnsupportedOptions()
getUnsupportedOptions in class AbstractStoreManagerprotected OpenJPAConfiguration newConfiguration()
newConfiguration in class AbstractStoreManagerprotected void open()
open in class AbstractStoreManagerpublic boolean exists(OpenJPAStateManager sm, Object context)
public boolean initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object context)
initialize in interface StoreManagerinitialize in class AbstractStoreManagerpublic boolean load(OpenJPAStateManager sm, BitSet fields, FetchConfiguration fetch, int lockLevel, Object context)
load in interface StoreManagerload in class AbstractStoreManagerpublic boolean syncVersion(OpenJPAStateManager sm, Object context)
syncVersion in interface StoreManagersyncVersion in class AbstractStoreManagerpublic void begin()
begin in interface StoreManagerbegin in class AbstractStoreManagerpublic void commit()
commit in interface StoreManagercommit in class AbstractStoreManagerpublic void rollback()
rollback in interface StoreManagerrollback in class AbstractStoreManagerprotected Collection flush(Collection<OpenJPAStateManager> pNew, Collection<OpenJPAStateManager> pNewUpdated, Collection<OpenJPAStateManager> pNewFlushedDeleted, Collection<OpenJPAStateManager> pDirty, Collection<OpenJPAStateManager> pDeleted)
flush in class AbstractStoreManagerpublic org.apache.openjpa.lib.rop.ResultObjectProvider executeExtent(ClassMetaData meta, boolean subclasses, FetchConfiguration fetch)
executeExtent in interface StoreManagerexecuteExtent in class AbstractStoreManagerCopyright © 2006–2022 Apache Software Foundation. All rights reserved.