|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyConstraintMappingContext | |
---|---|
org.hibernate.validator.cfg.context | Contains facet and creational context interfaces forming the API for programmatic constraint definition. |
org.hibernate.validator.cfg.context.impl | Creational context implementations of the API for programmatic constraint definition. |
Uses of PropertyConstraintMappingContext in org.hibernate.validator.cfg.context |
---|
Methods in org.hibernate.validator.cfg.context that return PropertyConstraintMappingContext | |
---|---|
PropertyConstraintMappingContext |
PropertyTarget.property(String property,
ElementType type)
Selects a property to which the next operations shall apply. |
Uses of PropertyConstraintMappingContext in org.hibernate.validator.cfg.context.impl |
---|
Classes in org.hibernate.validator.cfg.context.impl that implement PropertyConstraintMappingContext | |
---|---|
class |
PropertyConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one bean property. |
Methods in org.hibernate.validator.cfg.context.impl that return PropertyConstraintMappingContext | |
---|---|
PropertyConstraintMappingContext |
PropertyConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
PropertyConstraintMappingContext |
ConstraintMappingContextImplBase.property(String property,
ElementType elementType)
|
PropertyConstraintMappingContext |
PropertyConstraintMappingContextImpl.valid()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |