Connection used in the event.
Updating entity in the database.
Updating entity.
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.
List of updated columns.
List of updated relations.
Generated using TypeDoc
UpdateEvent is an object that broadcaster sends to the entity subscriber when entity is being updated in the database.