Uses of Class
org.hibernate.validator.cfg.ConstraintDef

Packages that use ConstraintDef
org.hibernate.validator.cfg Programmatic constraint definition API. 
org.hibernate.validator.cfg.defs Helper classes for programmatic constraint definition API. 
 

Uses of ConstraintDef in org.hibernate.validator.cfg
 

Subclasses of ConstraintDef in org.hibernate.validator.cfg
 class ConstraintDefWrapper<A extends Annotation>
           
 

Methods in org.hibernate.validator.cfg with type parameters of type ConstraintDef
<A extends Annotation,T extends ConstraintDef<A>>
T
ConstraintDef.constraint(Class<T> definition)
           
<A extends Annotation,T extends ConstraintDef<A>>
T
ConstraintsForType.constraint(Class<T> definition)
          Add a new constraint.
 

Methods in org.hibernate.validator.cfg that return ConstraintDef
protected  ConstraintDef ConstraintDef.addParameter(String key, Object value)
           
 ConstraintDef ConstraintDef.groups(Class<?>... groups)
           
 ConstraintDef ConstraintDef.message(String message)
           
 ConstraintDef ConstraintDef.payload(Class<? extends javax.validation.Payload>... payload)
           
 

Methods in org.hibernate.validator.cfg with parameters of type ConstraintDef
protected  void ConstraintMapping.addConstraintConfig(ConstraintDef<?> definition)
           
 

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

Subclasses of ConstraintDef in org.hibernate.validator.cfg.defs
 class AssertFalseDef
           
 class AssertTrueDef
           
 class CreditCardNumberDef
           
 class DecimalMaxDef
           
 class DecimalMinDef
           
 class DigitsDef
           
 class EmailDef
           
 class FutureDef
           
 class GenericConstraintDef
          A ConstraintDef class which can be used to configure any constraint type.
 class LengthDef
           
 class MaxDef
           
 class MinDef
           
 class NotBlankDef
           
 class NotEmptyDef
           
 class NotNullDef
           
 class NullDef
           
 class PastDef
           
 class PatternDef
           
 class RangeDef
           
 class ScriptAssertDef
           
 class SizeDef
           
 class URLDef
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.