Uses of Package
org.hibernate.event.service.spi
Packages that use org.hibernate.event.service.spi
Package
Description
Support for integrating Jakarta Bean Validation.
Implementation of the event listener registration service.
An SPI for the event listener registration service.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Classes in org.hibernate.event.service.spi used by org.hibernate.boot.beanvalidationClassDescriptionDefines 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 match -
Classes in org.hibernate.event.service.spi used by org.hibernate.envers.event.spiClassDescriptionDefines 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 match -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.internalClassDescriptionDefines 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()
).Contract for a groups of events listeners for a particular event type.Service for accessing eachEventListenerGroup
byEventType
, along with convenience methods for managing the listeners registered in eachEventListenerGroup
. -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.spiClassDescriptionDefines 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 matchContract for a groups of events listeners for a particular event type. -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.spiClassDescriptionContract for a groups of events listeners for a particular event type.Service for accessing each
EventListenerGroup
byEventType
, along with convenience methods for managing the listeners registered in eachEventListenerGroup
. -
Classes in org.hibernate.event.service.spi used by org.hibernate.internalClassDescriptionContract for a groups of events listeners for a particular event type.