protected static class DefaultDbRowOpSorter.DbRowTypeVisitor extends Object implements DbRowOpVisitor<DbRowOpType>
Modifier | Constructor and Description |
---|---|
protected |
DbRowTypeVisitor() |
Modifier and Type | Method and Description |
---|---|
DbRowOpType |
visitDelete(DeleteDbRowOp diffSnapshot) |
DbRowOpType |
visitInsert(InsertDbRowOp diffSnapshot) |
DbRowOpType |
visitUpdate(UpdateDbRowOp diffSnapshot) |
public DbRowOpType visitInsert(InsertDbRowOp diffSnapshot)
visitInsert
in interface DbRowOpVisitor<DbRowOpType>
public DbRowOpType visitUpdate(UpdateDbRowOp diffSnapshot)
visitUpdate
in interface DbRowOpVisitor<DbRowOpType>
public DbRowOpType visitDelete(DeleteDbRowOp diffSnapshot)
visitDelete
in interface DbRowOpVisitor<DbRowOpType>
Copyright © 2001–2020 Apache Cayenne. All rights reserved.