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 ConstraintsForType.property(String property, ElementType type)
          Changes the property for which added constraints apply.
 ConstraintsForType ConstraintDef.property(String property, ElementType type)
           
 ConstraintsForType ConstraintsForType.type(Class<?> type)
          Creates a new ConstraintsForType in order to define constraints on a new bean type.
 ConstraintsForType ConstraintMapping.type(Class<?> beanClass)
          Starts defining constraints on the specified bean class.
 ConstraintsForType ConstraintDef.type(Class<?> type)
           
 ConstraintsForType ConstraintsForType.valid(String property, ElementType type)
           
 ConstraintsForType ConstraintDef.valid(String property, ElementType type)
           
 



Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved