|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanConstraintLocation | |
---|---|
org.hibernate.validator.cfg.context.impl | Creational context implementations of the API for programmatic constraint definition. |
org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
Uses of BeanConstraintLocation in org.hibernate.validator.cfg.context.impl |
---|
Methods in org.hibernate.validator.cfg.context.impl that return types with arguments of type BeanConstraintLocation | ||
---|---|---|
static
|
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint,
Class<?> beanType,
Member member)
|
|
static
|
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint,
Class<?> beanType)
|
|
Map<Class<?>,List<BeanConstraintLocation>> |
ConstraintMappingContext.getCascadeConfig()
|
|
Map<Class<?>,List<ConfiguredConstraint<?,BeanConstraintLocation>>> |
ConstraintMappingContext.getConstraintConfig()
Returns all constraint definitions registered with this mapping. |
Methods in org.hibernate.validator.cfg.context.impl with parameters of type BeanConstraintLocation | |
---|---|
void |
ConstraintMappingContext.addCascadeConfig(BeanConstraintLocation cascade)
|
Method parameters in org.hibernate.validator.cfg.context.impl with type arguments of type BeanConstraintLocation | |
---|---|
void |
ConstraintMappingContext.addConstraintConfig(ConfiguredConstraint<?,BeanConstraintLocation> constraint)
|
Uses of BeanConstraintLocation in org.hibernate.validator.metadata |
---|
Methods in org.hibernate.validator.metadata that return BeanConstraintLocation | |
---|---|
BeanConstraintLocation |
BeanMetaConstraint.getLocation()
Returns the location of this constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |