Uses of Interface
org.hibernate.event.service.spi.DuplicationStrategy
-
Packages that use DuplicationStrategy Package Description org.hibernate.boot.beanvalidation Support for integrating Jakarta Bean Validation.org.hibernate.envers.event.spi org.hibernate.event.service.internal Implementation of the event listener registration service.org.hibernate.event.service.spi 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 Modifier and Type Class Description classDuplicationStrategyImpl -
Uses of DuplicationStrategy in org.hibernate.envers.event.spi
Classes in org.hibernate.envers.event.spi that implement DuplicationStrategy Modifier and Type Class Description classEnversListenerDuplicationStrategyEvent 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 DuplicationStrategy Modifier and Type Method Description voidEventListenerRegistryImpl. addDuplicationStrategy(DuplicationStrategy strategy) -
Uses of DuplicationStrategy in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi with parameters of type DuplicationStrategy Modifier and Type Method Description voidEventListenerGroup. addDuplicationStrategy(DuplicationStrategy strategy)Mechanism to more finely control the notion of duplicates.voidEventListenerRegistry. addDuplicationStrategy(DuplicationStrategy strategy)
-