Connection used in the event.
Updating entity in the database.
Is set only when one of the following methods are used: .save(), .remove(), .softRemove(), and .recover()
Updating entity.
Contains the same data that was passed to the updating method, be it the instance of an entity or the partial entity.
EntityManager used in the event transaction. All database operations in the subscribed event listener should be performed using this entity manager instance.
Metadata of the entity.
QueryRunner used in the event transaction. All database operations in the subscribed event listener should be performed using this query runner instance.
List of updated columns. In query builder has no affected
List of updated relations. In query builder has no affected
UpdateEvent is an object that broadcaster sends to the entity subscriber when entity is being updated in the database.