EntityDeleteEvent |
The event object send out when an entity gets deleted.
|
EntityNewEvent |
The event object send out when an entity gets saved for the first time.
|
EntityPersistenceEvent |
The base event object send out to reflect a persistence event on an entity (save, update, delete,
etc.).
|
EntityPersistenceEventObserver |
A base listener which can be extended to perform specific actions when persisting entities.
|
EntityUpdateEvent |
The event object send out when an entity gets updated.
|
PersistenceEventOBInterceptor |
The interceptor which listens to persistence events and passes them on to observers.
|
TransactionBeginEvent |
The event object send out when a transaction is started.
|
TransactionCompletedEvent |
The event object send out when a transaction has been completed.
|