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>
- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisitDelete(DeleteDbRowOp diffSnapshot) visitInsert(InsertDbRowOp diffSnapshot) visitUpdate(UpdateDbRowOp diffSnapshot) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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>
-