接口的使用
org.hibernate.event.service.spi.DuplicationStrategy
-
使用DuplicationStrategy的程序包 程序包 说明 org.hibernate.cfg.beanvalidation org.hibernate.event.service.internal org.hibernate.event.service.spi -
-
org.hibernate.cfg.beanvalidation中DuplicationStrategy的使用
实现DuplicationStrategy的org.hibernate.cfg.beanvalidation中的类 修饰符和类型 类 说明 classDuplicationStrategyImpl -
org.hibernate.event.service.internal中DuplicationStrategy的使用
参数类型为DuplicationStrategy的org.hibernate.event.service.internal中的方法 修饰符和类型 方法 说明 voidEventListenerRegistryImpl. addDuplicationStrategy(DuplicationStrategy strategy) -
org.hibernate.event.service.spi中DuplicationStrategy的使用
参数类型为DuplicationStrategy的org.hibernate.event.service.spi中的方法 修饰符和类型 方法 说明 voidEventListenerGroup. addDuplicationStrategy(DuplicationStrategy strategy)Mechanism to more finely control the notion of duplicates.voidEventListenerRegistry. addDuplicationStrategy(DuplicationStrategy strategy)
-