Uses of Interface
org.hibernate.event.service.spi.DuplicationStrategy
-
Packages that use DuplicationStrategy Package Description org.hibernate.cfg.beanvalidation org.hibernate.event.service.spi -
-
Uses of DuplicationStrategy in org.hibernate.cfg.beanvalidation
Classes in org.hibernate.cfg.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)
-