Uses of Package
org.hibernate.event.service.spi
-
Classes in org.hibernate.event.service.spi used by org.hibernate.cfg.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.