|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.ObjectStore
org.apache.cayenne.access.NoSyncObjectStore
public class NoSyncObjectStore
An ObjectStore
which doesn't receive notifications
on parent's DataRowStore
events.
Field Summary |
---|
Fields inherited from class org.apache.cayenne.access.ObjectStore |
---|
changes, context, dataRowCache, dataRowCacheSet, objectMap |
Constructor Summary | |
---|---|
NoSyncObjectStore(DataRowStore dataRowCache,
java.util.Map<java.lang.Object,Persistent> objectMap)
|
Method Summary | |
---|---|
void |
setDataRowCache(DataRowStore dataRowCache)
Sets parent DataRowStore. |
Methods inherited from class org.apache.cayenne.access.ObjectStore |
---|
arcCreated, arcDeleted, getCachedSnapshot, getContext, getDataRowCache, getNode, getObjectIterator, getSnapshot, hasChanges, nodeCreated, nodeIdChanged, nodePropertyChanged, nodeRemoved, objectsInState, objectsRolledBack, objectsUnregistered, registeredNodes, registeredObjectsCount, registerNode, setContext, snapshotsChanged, unregisterNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoSyncObjectStore(DataRowStore dataRowCache, java.util.Map<java.lang.Object,Persistent> objectMap)
Method Detail |
---|
public void setDataRowCache(DataRowStore dataRowCache)
ObjectStore
setDataRowCache
in class ObjectStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |