removeFromStorage

protected final void removeFromStorage()

Configures the migration operation to delete the entity record from the storage.

All other configured entity modifications are still applied, allowing to trigger entity lifecycle events before the actual record deletion.

Depending on the storage implementation, this operation may be irreversible, so it should be used in the caller code with care.