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 Entry point for the programmatic constraint definition API. 
org.hibernate.validator.cfg.context Contains facet and creational context interfaces forming the API for programmatic constraint definition. 
org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. 
org.hibernate.validator.internal.cfg Implementation parts of the API for programmatic constraint definition. 
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.provider Abstraction of the meta data sources - annotation, xml, programmatic 
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator
ConstraintMapping
          Represents a constraint mapping configured via the programmatic API.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.cfg
ConstraintDef
          Base class for all constraint definition types.
GenericConstraintDef
          A ConstraintDef class which can be used to configure any constraint type.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.cfg.context
ConstraintDef
          Base class for all constraint definition types.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.cfg.defs
ConstraintDef
          Base class for all constraint definition types.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.internal.cfg
ConstraintMapping
          Represents a constraint mapping configured via the programmatic API.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.internal.cfg.context
ConstraintDef
          Base class for all constraint definition types.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.internal.engine
ConstraintMapping
          Represents a constraint mapping configured via the programmatic API.
 

Classes in org.hibernate.validator.cfg used by org.hibernate.validator.internal.metadata.provider
ConstraintMapping
          Represents a constraint mapping configured via the programmatic API.
 



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