Uses of Package
org.hibernate.event.service.spi
-
Packages that use org.hibernate.event.service.spi Package Description org.hibernate.cfg.beanvalidation org.hibernate.envers.event.spi org.hibernate.event.service.spi org.hibernate.event.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.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, as well as convenience methods for managing the listeners registered in eachEventListenerGroup.