Uses of Interface
org.apache.cayenne.access.flush.operation.DbRowOpVisitor
Packages that use DbRowOpVisitor
-
Uses of DbRowOpVisitor in org.apache.cayenne.access.flush
Classes in org.apache.cayenne.access.flush that implement DbRowOpVisitorModifier and TypeClassDescriptionprotected static class
Fields in org.apache.cayenne.access.flush declared as DbRowOpVisitorModifier and TypeFieldDescriptionprotected static final 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 DbRowOpVisitorModifier and TypeClassDescriptionclass
BiFunction that merges twoDbRowOp
changing same object.protected static class
Methods in org.apache.cayenne.access.flush.operation with parameters of type DbRowOpVisitorModifier and TypeMethodDescription<T> T
DbRowOp.accept
(DbRowOpVisitor<T> visitor) <T> T
DeleteDbRowOp.accept
(DbRowOpVisitor<T> visitor) <T> T
DeleteInsertDbRowOp.accept
(DbRowOpVisitor<T> visitor) <T> T
InsertDbRowOp.accept
(DbRowOpVisitor<T> visitor) <T> T
UpdateDbRowOp.accept
(DbRowOpVisitor<T> visitor)