Uses of Class
org.apache.cayenne.access.DataRowStore

Packages that use DataRowStore
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.configuration   
 

Uses of DataRowStore in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access declared as DataRowStore
protected  DataRowStore ObjectStore.dataRowCache
          Stores a reference to the DataRowStore.
protected  DataRowStore DataDomain.sharedSnapshotCache
           
 

Methods in org.apache.cayenne.access that return DataRowStore
 DataRowStore ObjectStore.getDataRowCache()
          Returns a DataRowStore associated with this ObjectStore.
 DataRowStore 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 DataRowStore
 void 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 DataRowStore
NoSyncObjectStore(DataRowStore dataRowCache, java.util.Map<java.lang.Object,Persistent> objectMap)
           
ObjectStore(DataRowStore dataRowCache)
          Deprecated. since 3.1
ObjectStore(DataRowStore dataRowCache, java.util.Map<java.lang.Object,Persistent> objectMap)
          Creates an ObjectStore with DataRowStore 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 DataRowStore
 ObjectStore DefaultObjectStoreFactory.createObjectStore(DataRowStore dataRowCache)
           
 ObjectStore ObjectStoreFactory.createObjectStore(DataRowStore dataRowCache)
          Creates an ObjectStore with provided dataRowCache
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.