Uses of Class
org.apache.cayenne.access.ObjectStore
Packages that use ObjectStore
Package
Description
Contains classes that make up Cayenne ORM stack.
- 
Uses of ObjectStore in org.apache.cayenne.accessSubclasses of ObjectStore in org.apache.cayenne.accessModifier and TypeClassDescriptionclassAnObjectStorewhich doesn't receive notifications on parent'sDataRowStoreevents.Fields in org.apache.cayenne.access declared as ObjectStoreMethods in org.apache.cayenne.access that return ObjectStoreModifier and TypeMethodDescriptionDataContext.getObjectStore()Returns ObjectStore associated with this DataContext.Constructors in org.apache.cayenne.access with parameters of type ObjectStoreModifierConstructorDescriptionDataContext(DataChannel channel, ObjectStore objectStore) Creates a new DataContext with parent DataChannel and ObjectStore.
- 
Uses of ObjectStore in org.apache.cayenne.access.flushMethods in org.apache.cayenne.access.flush with parameters of type ObjectStoreModifier and TypeMethodDescriptionDefaultDataDomainFlushAction.createDbRowOps(ObjectStore objectStore, ObjectStoreGraphDiff changes) Create ops based on incoming graph changesprotected voidDefaultDataDomainFlushAction.createReplacementIds(ObjectStore store, CompoundDiff afterCommitDiff, List<DbRowOp> dbRowOps) Set finalObjectIdfor persistent objects
- 
Uses of ObjectStore in org.apache.cayenne.configurationMethods in org.apache.cayenne.configuration that return ObjectStoreModifier and TypeMethodDescriptionDefaultObjectStoreFactory.createObjectStore(DataRowStore dataRowCache) ObjectStoreFactory.createObjectStore(DataRowStore dataRowCache) Creates anObjectStorewith provided dataRowCache
- 
Uses of ObjectStore in org.apache.cayenne.configuration.runtimeMethods in org.apache.cayenne.configuration.runtime with parameters of type ObjectStoreModifier and TypeMethodDescriptionprotected DataContextDataContextFactory.newInstance(DataChannel parent, ObjectStore objectStore)