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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitDelete(DeleteDbRowOp diffSnapshot) visitInsert(InsertDbRowOp diffSnapshot) visitUpdate(UpdateDbRowOp diffSnapshot) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cayenne.access.flush.operation.DbRowOpVisitor
visitSoftDelete
-
Constructor Details
-
DbRowTypeVisitor
protected DbRowTypeVisitor()
-
-
Method Details
-
visitInsert
- Specified by:
visitInsertin interfaceDbRowOpVisitor<DbRowOpType>
-
visitUpdate
- Specified by:
visitUpdatein interfaceDbRowOpVisitor<DbRowOpType>
-
visitDelete
- Specified by:
visitDeletein interfaceDbRowOpVisitor<DbRowOpType>
-