Uses of Enum
org.apache.cayenne.access.flush.operation.DbRowOpType
Packages that use DbRowOpType
-
Uses of DbRowOpType in org.apache.cayenne.access.flush.operation
Methods in org.apache.cayenne.access.flush.operation that return DbRowOpTypeModifier and TypeMethodDescriptionstatic DbRowOpType
DbRowOpType.forObject
(Persistent object) static DbRowOpType
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.DefaultDbRowOpSorter.DbRowTypeVisitor.visitDelete
(DeleteDbRowOp diffSnapshot) DefaultDbRowOpSorter.DbRowTypeVisitor.visitInsert
(InsertDbRowOp diffSnapshot) DefaultDbRowOpSorter.DbRowTypeVisitor.visitUpdate
(UpdateDbRowOp diffSnapshot)