Uses of Class
org.apache.cayenne.access.ObjectStoreGraphDiff
-
Packages that use ObjectStoreGraphDiff Package Description org.apache.cayenne.access.flush -
-
Uses of ObjectStoreGraphDiff in org.apache.cayenne.access.flush
Methods in org.apache.cayenne.access.flush with parameters of type ObjectStoreGraphDiff Modifier and Type Method Description protected List<DbRowOp>DefaultDataDomainFlushAction. createDbRowOps(ObjectStore objectStore, ObjectStoreGraphDiff changes)Create ops based on incoming graph changesprotected voidDefaultDataDomainFlushAction. postprocess(DataContext context, ObjectStoreGraphDiff changes, CompoundDiff afterCommitDiff, List<DbRowOp> dbRowOps)NotifyObjectStoreand it's data row cache about actual changes we performed.
-