Uses of Class
org.apache.cayenne.access.flush.operation.DbRowOpType
-
Packages that use DbRowOpType Package Description org.apache.cayenne.access.flush.operation -
-
Uses of DbRowOpType in org.apache.cayenne.access.flush.operation
Methods in org.apache.cayenne.access.flush.operation that return DbRowOpType Modifier and Type Method Description static DbRowOpTypeDbRowOpType. forObject(Persistent object)static DbRowOpTypeDbRowOpType. 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.DbRowOpTypeDefaultDbRowOpSorter.DbRowTypeVisitor. visitDelete(DeleteDbRowOp diffSnapshot)DbRowOpTypeDefaultDbRowOpSorter.DbRowTypeVisitor. visitInsert(InsertDbRowOp diffSnapshot)DbRowOpTypeDefaultDbRowOpSorter.DbRowTypeVisitor. visitUpdate(UpdateDbRowOp diffSnapshot)
-