Connection used in the event.
Database representation of entity that is being removed.
Entity that is being removed. This may absent if entity is removed without being loaded (for examples by cascades).
Id or ids of the entity that is being removed.
EntityManager used in the event transaction. All database operations in the subscribed event listener should be performed using this entity manager instance.
QueryRunner used in the event transaction. All database operations in the subscribed event listener should be performed using this query runner instance.
Generated using TypeDoc
RemoveEvent is an object that broadcaster sends to the entity subscriber when entity is being removed to the database.