Uses of Class
org.apache.cayenne.access.flush.operation.UpdateDbRowOp
-
Packages that use UpdateDbRowOp Package Description org.apache.cayenne.access.flush org.apache.cayenne.access.flush.operation -
-
Uses of UpdateDbRowOp in org.apache.cayenne.access.flush
Methods in org.apache.cayenne.access.flush with parameters of type UpdateDbRowOp Modifier and Type Method Description VoidDefaultDataDomainFlushAction.PhantomDbRowOpCleaner. visitUpdate(UpdateDbRowOp dbRow) -
Uses of UpdateDbRowOp in org.apache.cayenne.access.flush.operation
Methods in org.apache.cayenne.access.flush.operation with parameters of type UpdateDbRowOp Modifier and Type Method Description DbRowOpDbRowOpMerger. visitUpdate(UpdateDbRowOp other)default TDbRowOpVisitor. visitUpdate(UpdateDbRowOp dbRow)DbRowOpTypeDefaultDbRowOpSorter.DbRowTypeVisitor. visitUpdate(UpdateDbRowOp diffSnapshot)
-