Uses of Class
org.apache.cayenne.access.DataRowStore
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of DataRowStore in org.apache.cayenne.access
Modifier and TypeFieldDescriptionprotected DataRowStore
ObjectStore.dataRowCache
Stores a reference to the DataRowStore.protected DataRowStore
DataDomain.sharedSnapshotCache
Modifier and TypeMethodDescriptionDataRowStoreFactory.createDataRowStore
(String name) Create newDataRowStore
object.DefaultDataRowStoreFactory.createDataRowStore
(String name) ObjectStore.getDataRowCache()
Returns a DataRowStore associated with this ObjectStore.DataDomain.getSharedSnapshotCache()
Returns snapshots cache for this DataDomain, lazily initializing it on the first call if 'sharedCacheEnabled' flag is true.Modifier and TypeMethodDescriptionvoid
NoSyncObjectStore.setDataRowCache
(DataRowStore dataRowCache) void
ObjectStore.setDataRowCache
(DataRowStore dataRowCache) Sets parent DataRowStore.void
DataDomain.setSharedSnapshotCache
(DataRowStore snapshotCache) Shuts down the previous cache instance, sets cache to the new DataSowStore instance and updates two properties of the new DataSowStore: name and eventManager.ModifierConstructorDescriptionNoSyncObjectStore
(DataRowStore dataRowCache, Map<Object, Persistent> objectMap) ObjectStore
(DataRowStore dataRowCache, Map<Object, Persistent> objectMap) Creates an ObjectStore withDataRowStore
and a map to use for storing registered objects. -
Uses of DataRowStore in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionDefaultObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) ObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) Creates anObjectStore
with provided dataRowCache