Package org.hibernate.event.service.spi
package org.hibernate.event.service.spi
An SPI for the event listener registration service.
- See Also:
-
ClassDescriptionDefines listener duplication checking strategy, both in terms of when a duplication is detected (see
DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)
) as well as how to handle a duplication (seeDuplicationStrategy.getAction()
).The enumerated list of actions available on duplication matchEventActionWithParameter<T,U, X> Contract for a groups of events listeners for a particular event type.Indicates a problem registering an event listener.Service for accessing eachEventListenerGroup
byEventType
, along with convenience methods for managing the listeners registered in eachEventListenerGroup
.Deprecated.This is no longer implemented by any listener