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 DataRowStoreObjectStore.dataRowCacheStores a reference to the DataRowStore.protected final DataRowStoreDataDomain.sharedSnapshotCacheMethods in org.apache.cayenne.access that return DataRowStoreModifier and TypeMethodDescriptionDataRowStoreFactory.createDataRowStore(String name) Create newDataRowStoreobject.DefaultDataRowStoreFactory.createDataRowStore(String name) ObjectStore.getDataRowCache()Returns a DataRowStore associated with this ObjectStore.DataDomain.getSharedSnapshotCache()Returns the snapshots cache shared by the DataContexts of this DataDomain, or null if the domain runs with per-DataContext caches.Methods in org.apache.cayenne.access with parameters of type DataRowStoreModifier and TypeMethodDescriptionvoidNoSyncObjectStore.setDataRowCache(DataRowStore dataRowCache) voidObjectStore.setDataRowCache(DataRowStore dataRowCache) Sets parent DataRowStore.Constructors in org.apache.cayenne.access with parameters of type DataRowStoreModifierConstructorDescriptionDataDomain(String name, TransactionManager transactionManager, TransactionFactory transactionFactory, DataDomainFlushActionFactory flushActionFactory, AdhocObjectFactory objectFactory, EventManager eventManager, QueryCache queryCache, DataRowStore sharedSnapshotCache, int maxIdQualifierSize, boolean validatingObjectsOnCommit, EntityResolver entityResolver, EntitySorter entitySorter) NoSyncObjectStore(DataRowStore dataRowCache, Map<Object, Persistent> objectMap) ObjectStore(DataRowStore dataRowCache, Map<Object, Persistent> objectMap) Creates an ObjectStore withDataRowStoreand 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 anObjectStorewith provided dataRowCache -
Uses of DataRowStore in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime that return DataRowStoreModifier and TypeMethodDescriptionprotected DataRowStoreDataDomainProvider.createSharedSnapshotCache(DataChannelDescriptor descriptor) Returns a snapshot cache shared by all DataContexts of the domain, or null if the descriptor turns the shared cache off, and each DataContext is to use a cache of its own.