Uses of Enum Class
org.apache.cayenne.access.flush.operation.DbRowOpType
Packages that use DbRowOpType
-
Uses of DbRowOpType in org.apache.cayenne.access.flush.operation
Subclasses with type arguments of type DbRowOpType in org.apache.cayenne.access.flush.operationClasses in org.apache.cayenne.access.flush.operation that implement interfaces with type arguments of type DbRowOpTypeModifier and TypeClassDescriptionenumprotected static classMethods in org.apache.cayenne.access.flush.operation that return DbRowOpTypeModifier and TypeMethodDescriptionstatic DbRowOpTypeDbRowOpType.forObject(Persistent object) static DbRowOpTypeReturns the enum constant of this class with the specified name.static DbRowOpType[]DbRowOpType.values()Returns an array containing the constants of this enum class, in the order they are declared.DefaultDbRowOpSorter.DbRowTypeVisitor.visitDelete(DeleteDbRowOp diffSnapshot) DefaultDbRowOpSorter.DbRowTypeVisitor.visitInsert(InsertDbRowOp diffSnapshot) DefaultDbRowOpSorter.DbRowTypeVisitor.visitUpdate(UpdateDbRowOp diffSnapshot)