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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvisitDelete(DeleteDbRowOp diffSnapshot) visitInsert(InsertDbRowOp diffSnapshot) visitUpdate(UpdateDbRowOp diffSnapshot) 
- 
Constructor Details- 
DbRowTypeVisitorprotected DbRowTypeVisitor()
 
- 
- 
Method Details- 
visitInsert- Specified by:
- visitInsertin interface- DbRowOpVisitor<DbRowOpType>
 
- 
visitUpdate- Specified by:
- visitUpdatein interface- DbRowOpVisitor<DbRowOpType>
 
- 
visitDelete- Specified by:
- visitDeletein interface- DbRowOpVisitor<DbRowOpType>
 
 
-