Uses of Class
org.apache.cayenne.access.flush.operation.BaseDbRowOp
Packages that use BaseDbRowOp
-
Uses of BaseDbRowOp in org.apache.cayenne.access.flush.operation
Subclasses of BaseDbRowOp in org.apache.cayenne.access.flush.operationModifier and TypeClassDescriptionclassclassSpecial case op, that describes delete/insert sequence of different objects that have same ObjectId (known example: meaningful PK set to same value as used before).classclassA "soft" delete op that is executed as an UPDATE setting the soft-delete flag column totrueinstead of a SQL DELETE, leaving the row physically in the table.class