Class NoSyncObjectStore

java.lang.Object
org.apache.cayenne.access.ObjectStore
org.apache.cayenne.access.NoSyncObjectStore
All Implemented Interfaces:
Serializable, EventListener, SnapshotEventListener, GraphChangeHandler, GraphManager

public class NoSyncObjectStore extends ObjectStore
An ObjectStore which doesn't receive notifications on parent's DataRowStore events.
Since:
3.1
See Also:
  • Constructor Details

  • Method Details

    • setDataRowCache

      public void setDataRowCache(DataRowStore dataRowCache)
      Description copied from class: ObjectStore
      Sets parent DataRowStore. Registers to receive SnapshotEvents if the cache is configured to allow ObjectStores to receive such events.
      Overrides:
      setDataRowCache in class ObjectStore