Uses of Class
org.apache.cayenne.access.flush.operation.DeleteDbRowOp
Packages that use DeleteDbRowOp
-
Uses of DeleteDbRowOp in org.apache.cayenne.access.flush
Methods in org.apache.cayenne.access.flush with parameters of type DeleteDbRowOpModifier and TypeMethodDescriptionDefaultDataDomainFlushAction.EmptyRowChecker.visitDelete(DeleteDbRowOp dbRow) -
Uses of DeleteDbRowOp in org.apache.cayenne.access.flush.operation
Subclasses of DeleteDbRowOp in org.apache.cayenne.access.flush.operationModifier and TypeClassDescriptionclassA "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.Methods in org.apache.cayenne.access.flush.operation that return DeleteDbRowOpModifier and TypeMethodDescriptionConditionalSoftDeleteDbRowOpFactory.createOp(Persistent object, DbEntity entity, ObjectId id) DeleteDbRowOpFactory.createOp(Persistent object, DbEntity entity, ObjectId id) Creates a delete op for a given object and target table.HardDeleteDbRowOpFactory.createOp(Persistent object, DbEntity entity, ObjectId id) Methods in org.apache.cayenne.access.flush.operation with parameters of type DeleteDbRowOpModifier and TypeMethodDescriptionDbRowOpMerger.visitDelete(DeleteDbRowOp other) default TDbRowOpVisitor.visitDelete(DeleteDbRowOp dbRow) DefaultDbRowOpSorter.DbRowTypeVisitor.visitDelete(DeleteDbRowOp diffSnapshot) Constructors in org.apache.cayenne.access.flush.operation with parameters of type DeleteDbRowOp