ObjectUpdatedEvent Broadcast when an entity has just been updated in the database, usually as the result of the ORM dirty tracking mechanisms. API ObjectUpdatedEvent.java class ObjectUpdatedEvent<S> { ObjectUpdatedEvent() ObjectUpdatedEvent(S source) }