Uses of Class
org.hibernate.event.service.spi.DuplicationStrategy.Action

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

Uses of DuplicationStrategy.Action in org.hibernate.cfg.beanvalidation
 

Methods in org.hibernate.cfg.beanvalidation that return DuplicationStrategy.Action
 DuplicationStrategy.Action DuplicationStrategyImpl.getAction()
           
 

Uses of DuplicationStrategy.Action in org.hibernate.envers.event
 

Methods in org.hibernate.envers.event that return DuplicationStrategy.Action
 DuplicationStrategy.Action EnversListenerDuplicationStrategy.getAction()
           
 

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

Methods in org.hibernate.event.service.spi that return DuplicationStrategy.Action
 DuplicationStrategy.Action DuplicationStrategy.getAction()
          How should a duplication be handled?
static DuplicationStrategy.Action DuplicationStrategy.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DuplicationStrategy.Action[] DuplicationStrategy.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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