Uses of Interface
org.hibernate.event.service.spi.DuplicationStrategy
Packages that use DuplicationStrategy
Package
Description
Support for integrating Jakarta Bean Validation.
Implementation of the event listener registration service.
An SPI for the event listener registration service.
-
Uses of DuplicationStrategy in org.hibernate.boot.beanvalidation
Classes in org.hibernate.boot.beanvalidation that implement DuplicationStrategy -
Uses of DuplicationStrategy in org.hibernate.envers.event.spi
Classes in org.hibernate.envers.event.spi that implement DuplicationStrategyModifier and TypeClassDescriptionclass
Event listener duplication strategy for envers -
Uses of DuplicationStrategy in org.hibernate.event.service.internal
Methods in org.hibernate.event.service.internal with parameters of type DuplicationStrategyModifier and TypeMethodDescriptionvoid
EventListenerRegistryImpl.addDuplicationStrategy
(DuplicationStrategy strategy) -
Uses of DuplicationStrategy in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi with parameters of type DuplicationStrategyModifier and TypeMethodDescriptionvoid
EventListenerGroup.addDuplicationStrategy
(DuplicationStrategy strategy) Mechanism to more finely control the notion of duplicates.void
EventListenerRegistry.addDuplicationStrategy
(DuplicationStrategy strategy)