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 Validationorg.hibernate.envers.event.spi org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.service.internal org.hibernate.event.service.spi org.hibernate.event.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
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.envers.event.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 match -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.internal Class Description JpaBootstrapSensitive Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed -
Classes in org.hibernate.event.service.spi used by org.hibernate.event.service.internal 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()
).EventListenerGroup Contract for a groups of events listeners for a particular event type.EventListenerRegistry Service for accessing eachEventListenerGroup
byEventType
, as well as convenience methods for managing the listeners registered in eachEventListenerGroup
. -
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 eachEventListenerGroup
byEventType
, as well as convenience methods for managing the listeners registered in eachEventListenerGroup
. -
Classes in org.hibernate.event.service.spi used by org.hibernate.internal Class Description EventListenerGroup Contract for a groups of events listeners for a particular event type.