ObjectUpdatingEvent

Broadcast when an entity is about to be updated in the database, usually as the result of the ORM dirty tracking mechanisms.

API

ObjectUpdatingEvent.java
class ObjectUpdatingEvent<S> {
  ObjectUpdatingEvent()
  ObjectUpdatingEvent(S source)
}