Delete operation in BeforeSaveEvent
handler is flushing the loaded/persisted object into the database. And then invoking BeforeSaveCustomValidator
.
- Is there any way to restrict the insertion/flushing of non-validated data?
- Can we isolate delete operation to a specific table to remove the entry rather than flushing entire object?