Uses of Package
org.hibernate.event.service.spi
-
Packages that use org.hibernate.event.service.spi Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.event.service.spi An SPI for the event listener registration service.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
Classes in org.hibernate.event.service.spi used by org.hibernate.boot.beanvalidation Class Description DuplicationStrategy Defines listener duplication checking strategy, both in terms of when a duplication is detected (seeDuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (seeDuplicationStrategy.getAction()).DuplicationStrategy.Action The enumerated list of actions available on duplication match -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.spi Class Description DuplicationStrategy Defines listener duplication checking strategy, both in terms of when a duplication is detected (seeDuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (seeDuplicationStrategy.getAction()).DuplicationStrategy.Action The enumerated list of actions available on duplication matchEventActionWithParameter EventListenerGroup Contract for a groups of events listeners for a particular event type. -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.spi Class Description EventListenerGroup Contract for a groups of events listeners for a particular event type.EventListenerRegistry Service for accessing eachEventListenerGroupbyEventType, along with convenience methods for managing the listeners registered in eachEventListenerGroup.