Class SoftDeleteDbRowOp

All Implemented Interfaces:
DbRowOp, DbRowOpWithQualifier, DbRowOpWithValues

public class SoftDeleteDbRowOp extends DeleteDbRowOp implements DbRowOpWithValues
A "soft" delete op that is executed as an UPDATE setting the soft-delete flag column to true instead of a SQL DELETE, leaving the row physically in the table. For all other purposes — sorting, merging, snapshot cache eviction and the rest of the flush postprocessing — it behaves exactly like a DeleteDbRowOp.
Since:
5.0