Uses of Interface
org.hibernate.validator.cfg.ConstraintMapping

Packages that use ConstraintMapping
org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it. 
org.hibernate.validator.internal.cfg   
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 
 

Uses of ConstraintMapping in org.hibernate.validator
 

Methods in org.hibernate.validator that return ConstraintMapping
 ConstraintMapping HibernateValidatorConfiguration.createConstraintMapping()
          Creates a new constraint mapping which can be used to programmatically configure the constraints for given types.
 

Methods in org.hibernate.validator with parameters of type ConstraintMapping
 HibernateValidatorConfiguration HibernateValidatorConfiguration.addMapping(ConstraintMapping mapping)
          Adds the specified ConstraintMapping instance to the configuration.
 

Uses of ConstraintMapping in org.hibernate.validator.internal.cfg
 

Classes in org.hibernate.validator.internal.cfg that implement ConstraintMapping
 class DefaultConstraintMapping
          Top level class for constraints configured via the programmatic API.
 

Uses of ConstraintMapping in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine that return ConstraintMapping
 ConstraintMapping ConfigurationImpl.createConstraintMapping()
           
 

Methods in org.hibernate.validator.internal.engine that return types with arguments of type ConstraintMapping
 Set<ConstraintMapping> ConfigurationImpl.getProgrammaticMappings()
           
 

Methods in org.hibernate.validator.internal.engine with parameters of type ConstraintMapping
 HibernateValidatorConfiguration ConfigurationImpl.addMapping(ConstraintMapping mapping)
           
 

Uses of ConstraintMapping in org.hibernate.validator.internal.metadata.provider
 

Constructor parameters in org.hibernate.validator.internal.metadata.provider with type arguments of type ConstraintMapping
ProgrammaticMetaDataProvider(ConstraintHelper constraintHelper, javax.validation.ParameterNameProvider parameterNameProvider, Set<ConstraintMapping> programmaticMappings)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.