Uses of Class
org.apache.cayenne.graph.CompoundDiff
-
Packages that use CompoundDiff Package Description org.apache.cayenne.access.flush -
-
Uses of CompoundDiff in org.apache.cayenne.access.flush
Methods in org.apache.cayenne.access.flush with parameters of type CompoundDiff Modifier and Type Method Description protected voidDefaultDataDomainFlushAction. createReplacementIds(ObjectStore store, CompoundDiff afterCommitDiff, List<DbRowOp> dbRowOps)Set finalObjectIdfor persistent objectsprotected voidDefaultDataDomainFlushAction. postprocess(DataContext context, ObjectStoreGraphDiff changes, CompoundDiff afterCommitDiff, List<DbRowOp> dbRowOps)NotifyObjectStoreand it's data row cache about actual changes we performed.
-