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 -
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 matchEventListenerGroup Contract for a groups of events listeners for a particular event type.