Uses of Class
org.hibernate.cfg.beanvalidation.ValidationMode

Packages that use ValidationMode
org.hibernate.cfg.beanvalidation   
 

Uses of ValidationMode in org.hibernate.cfg.beanvalidation
 

Methods in org.hibernate.cfg.beanvalidation that return ValidationMode
static ValidationMode ValidationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationMode[] ValidationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.cfg.beanvalidation that return types with arguments of type ValidationMode
static Set<ValidationMode> ValidationMode.getModes(Object modeProperty)
           
 Set<ValidationMode> ActivationContext.getValidationModes()
          Access the requested validation mode(s).
 

Method parameters in org.hibernate.cfg.beanvalidation with type arguments of type ValidationMode
static String ValidationMode.loggable(Set<ValidationMode> modes)
           
 



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