Uses of Class
org.apache.cayenne.access.DataRowStore
Packages that use DataRowStore
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of DataRowStore in org.apache.cayenne.access
Fields in org.apache.cayenne.access declared as DataRowStoreModifier and TypeFieldDescriptionprotected DataRowStore
ObjectStore.dataRowCache
Stores a reference to the DataRowStore.protected DataRowStore
DataDomain.sharedSnapshotCache
Methods in org.apache.cayenne.access that return DataRowStoreModifier 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.Methods in org.apache.cayenne.access with parameters of type DataRowStoreModifier 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.Constructors in org.apache.cayenne.access with parameters of type DataRowStoreModifierConstructorDescriptionNoSyncObjectStore
(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
Methods in org.apache.cayenne.configuration with parameters of type DataRowStoreModifier and TypeMethodDescriptionDefaultObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) ObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) Creates anObjectStore
with provided dataRowCache