| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataRowStore | |
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| Uses of DataRowStore in org.apache.cayenne.access | 
|---|
| Fields in org.apache.cayenne.access declared as DataRowStore | |
|---|---|
| protected  DataRowStore | ObjectStore.dataRowCacheStores 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 | 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 | |
|---|---|
| ObjectStore(DataRowStore dataRowCache) | |
| ObjectStore(DataRowStore dataRowCache,
            Map<Object,Persistent> objectMap)Creates an ObjectStore with DataRowStoreand a map to use for storing
 registered objects. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||