ObjectPersistingEvent

Broadcast when an entity is about to be saved (inserted) into the database either explicitly using the org.apache.causeway.applib.services.repository.RepositoryService , or implicitly, for example due to persistence-by-reachability or similar persistence mechanisms.

API

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