Class DefaultDbRowOpSorter.DbRowTypeVisitor
java.lang.Object
org.apache.cayenne.access.flush.operation.DefaultDbRowOpSorter.DbRowTypeVisitor
- All Implemented Interfaces:
DbRowOpVisitor<DbRowOpType>
- Enclosing class:
DefaultDbRowOpSorter
protected static class DefaultDbRowOpSorter.DbRowTypeVisitor
extends Object
implements DbRowOpVisitor<DbRowOpType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvisitDelete
(DeleteDbRowOp diffSnapshot) visitInsert
(InsertDbRowOp diffSnapshot) visitUpdate
(UpdateDbRowOp diffSnapshot)
-
Constructor Details
-
DbRowTypeVisitor
protected DbRowTypeVisitor()
-
-
Method Details
-
visitInsert
- Specified by:
visitInsert
in interfaceDbRowOpVisitor<DbRowOpType>
-
visitUpdate
- Specified by:
visitUpdate
in interfaceDbRowOpVisitor<DbRowOpType>
-
visitDelete
- Specified by:
visitDelete
in interfaceDbRowOpVisitor<DbRowOpType>
-