Uses of Interface
org.apache.cayenne.access.flush.operation.DbRowOpVisitor
-
Packages that use DbRowOpVisitor Package Description org.apache.cayenne.access.flush org.apache.cayenne.access.flush.operation -
-
Uses of DbRowOpVisitor in org.apache.cayenne.access.flush
Classes in org.apache.cayenne.access.flush that implement DbRowOpVisitor Modifier and Type Class Description protected static classDefaultDataDomainFlushAction.PhantomDbRowOpCleanerFields in org.apache.cayenne.access.flush declared as DbRowOpVisitor Modifier and Type Field Description protected static DbRowOpVisitor<Void>DefaultDataDomainFlushAction.PhantomDbRowOpCleaner. INSTANCE -
Uses of DbRowOpVisitor in org.apache.cayenne.access.flush.operation
Classes in org.apache.cayenne.access.flush.operation that implement DbRowOpVisitor Modifier and Type Class Description classDbRowOpMergerBiFunction that merges twoDbRowOpchanging same object.protected static classDefaultDbRowOpSorter.DbRowTypeVisitorMethods in org.apache.cayenne.access.flush.operation with parameters of type DbRowOpVisitor Modifier and Type Method Description <T> TDbRowOp. accept(DbRowOpVisitor<T> visitor)<T> TDeleteDbRowOp. accept(DbRowOpVisitor<T> visitor)<T> TDeleteInsertDbRowOp. accept(DbRowOpVisitor<T> visitor)<T> TInsertDbRowOp. accept(DbRowOpVisitor<T> visitor)<T> TUpdateDbRowOp. accept(DbRowOpVisitor<T> visitor)
-