Uses of Package
org.hibernate.validator.cfg

Packages that use org.hibernate.validator.cfg
org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it. 
org.hibernate.validator.cfg Programmatic constraint definition API. 
org.hibernate.validator.cfg.defs Helper classes for programmatic constraint definition API. 
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator
ConstraintMapping
          Top level class for constraints configured via the programmatic API.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.cfg
CascadeDef
           
ConstraintDef
           
ConstraintDefWrapper
           
ConstraintMapping
          Top level class for constraints configured via the programmatic API.
ConstraintsForType
          Via instances of this class constraints and cascading properties can be configured for a single bean class.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.cfg.defs
ConstraintDef
           
ConstraintMapping
          Top level class for constraints configured via the programmatic API.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.engine
ConstraintMapping
          Top level class for constraints configured via the programmatic API.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.