Uses of Class
org.apache.cayenne.access.ObjectStore
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of ObjectStore in org.apache.cayenne.access
Modifier and TypeClassDescriptionclass
AnObjectStore
which doesn't receive notifications on parent'sDataRowStore
events.Modifier and TypeMethodDescriptionDataContext.getObjectStore()
Returns ObjectStore associated with this DataContext.ModifierConstructorDescriptionDataContext
(DataChannel channel, ObjectStore objectStore) Creates a new DataContext with parent DataChannel and ObjectStore. -
Uses of ObjectStore in org.apache.cayenne.access.flush
Modifier and TypeMethodDescriptionDefaultDataDomainFlushAction.createDbRowOps
(ObjectStore objectStore, ObjectStoreGraphDiff changes) Create ops based on incoming graph changesprotected void
DefaultDataDomainFlushAction.createReplacementIds
(ObjectStore store, CompoundDiff afterCommitDiff, List<DbRowOp> dbRowOps) Set finalObjectId
for persistent objects -
Uses of ObjectStore in org.apache.cayenne.configuration
Modifier and TypeMethodDescriptionDefaultObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) ObjectStoreFactory.createObjectStore
(DataRowStore dataRowCache) Creates anObjectStore
with provided dataRowCache -
Uses of ObjectStore in org.apache.cayenne.configuration.server
Modifier and TypeMethodDescriptionprotected DataContext
DataContextFactory.newInstance
(DataChannel parent, ObjectStore objectStore)