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.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.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)
-