Package | Description |
---|---|
org.apache.cayenne.access.flush.operation |
Modifier and Type | Method and Description |
---|---|
static DbRowOpType |
DbRowOpType.forObject(Persistent object) |
static DbRowOpType |
DbRowOpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbRowOpType[] |
DbRowOpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
DbRowOpType |
DefaultDbRowOpSorter.DbRowTypeVisitor.visitDelete(DeleteDbRowOp diffSnapshot) |
DbRowOpType |
DefaultDbRowOpSorter.DbRowTypeVisitor.visitInsert(InsertDbRowOp diffSnapshot) |
DbRowOpType |
DefaultDbRowOpSorter.DbRowTypeVisitor.visitUpdate(UpdateDbRowOp diffSnapshot) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.