Uses of Interface
org.hibernate.event.service.spi.DuplicationStrategy

Packages that use DuplicationStrategy
org.hibernate.cfg.beanvalidation   
org.hibernate.envers.event   
org.hibernate.event.service.internal   
org.hibernate.event.service.spi   
 

Uses of DuplicationStrategy in org.hibernate.cfg.beanvalidation
 

Classes in org.hibernate.cfg.beanvalidation that implement DuplicationStrategy
 class DuplicationStrategyImpl
           
 

Uses of DuplicationStrategy in org.hibernate.envers.event
 

Classes in org.hibernate.envers.event that implement DuplicationStrategy
 class EnversListenerDuplicationStrategy
          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 DuplicationStrategy
 void EventListenerRegistryImpl.addDuplicationStrategy(DuplicationStrategy strategy)
           
 void EventListenerGroupImpl.addDuplicationStrategy(DuplicationStrategy strategy)
           
 

Uses of DuplicationStrategy in org.hibernate.event.service.spi
 

Methods in org.hibernate.event.service.spi with parameters of type DuplicationStrategy
 void EventListenerRegistry.addDuplicationStrategy(DuplicationStrategy strategy)
           
 void EventListenerGroup.addDuplicationStrategy(DuplicationStrategy strategy)
          Mechanism to more finely control the notion of duplicates.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.