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

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
 

Fields in org.hibernate.validator.cfg declared as ConstraintMapping
protected  ConstraintMapping ConstraintDef.mapping
           
 

Constructors in org.hibernate.validator.cfg with parameters of type ConstraintMapping
ConstraintDef(Class<?> beanType, Class<A> constraintType, String property, ElementType elementType, ConstraintMapping mapping)
           
ConstraintDef(Class<?> beanType, Class<A> constraintType, String property, ElementType elementType, Map<String,Object> parameters, ConstraintMapping mapping)
           
ConstraintDefWrapper(Class<?> beanType, Class<A> constraintType, String property, ElementType elementType, Map<String,Object> parameters, ConstraintMapping mapping)
           
ConstraintsForType(Class<?> beanClass, ConstraintMapping mapping)
           
ConstraintsForType(Class<?> beanClass, String property, ElementType type, ConstraintMapping mapping)
           
 

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

Constructors in org.hibernate.validator.cfg.defs with parameters of type ConstraintMapping
AssertFalseDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
AssertTrueDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
CreditCardNumberDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
DecimalMaxDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
DecimalMinDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
DigitsDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
EmailDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
FutureDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
GenericConstraintDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
LengthDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
MaxDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
MinDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
NotBlankDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
NotEmptyDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
NotNullDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
NullDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
PastDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
PatternDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
RangeDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
ScriptAssertDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
SizeDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
URLDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping 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-2010 Red Hat Middleware, LLC. All Rights Reserved