Uses of Class
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.cfg Entry point for the programmatic constraint definition API. 
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
 

Uses of ConstraintMapping in org.hibernate.validator
 

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.cfg
 

Constructors in org.hibernate.validator.cfg with parameters of type ConstraintMapping
ConstraintMapping(ConstraintMapping original)
           
 

Uses of ConstraintMapping in org.hibernate.validator.cfg.context.impl
 

Methods in org.hibernate.validator.cfg.context.impl with parameters of type ConstraintMapping
static ConstraintMappingContext ConstraintMappingContext.getFromMapping(ConstraintMapping mapping)
          Returns the constraint mapping context from the given constraint mapping.
 

Uses of ConstraintMapping in org.hibernate.validator.engine
 

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

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



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