Uses of Class
org.hibernate.validator.cfg.ConstraintsForType

Packages that use ConstraintsForType
org.hibernate.validator.cfg Programmatic constraint definition API. 
 

Uses of ConstraintsForType in org.hibernate.validator.cfg
 

Methods in org.hibernate.validator.cfg that return ConstraintsForType
 ConstraintsForType ConstraintsForType.defaultGroupSequence(Class<?>... defaultGroupSequence)
          Defines the default groups sequence for the bean class of this instance.
 ConstraintsForType ConstraintDef.property(String property, ElementType type)
           
 ConstraintsForType ConstraintsForType.property(String property, ElementType type)
          Changes the property for which added constraints apply.
 ConstraintsForType ConstraintDef.type(Class<?> type)
           
 ConstraintsForType ConstraintMapping.type(Class<?> beanClass)
          Starts defining constraints on the specified bean class.
 ConstraintsForType ConstraintsForType.type(Class<?> type)
          Creates a new ConstraintsForType in order to define constraints on a new bean type.
 ConstraintsForType ConstraintDef.valid(String property, ElementType type)
           
 ConstraintsForType ConstraintsForType.valid(String property, ElementType type)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.