|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintsForType | |
|---|---|
| org.hibernate.validator.cfg | Programmatic constraint definition API. |
| Uses of ConstraintsForType in org.hibernate.validator.cfg |
|---|
| Methods in org.hibernate.validator.cfg that return ConstraintsForType | |
|---|---|
ConstraintsForType |
ConstraintsForType.defaultGroupSequence(java.lang.Class<?>... defaultGroupSequence)
Defines the default groups sequence for the bean class of this instance. |
ConstraintsForType |
ConstraintsForType.property(java.lang.String property,
java.lang.annotation.ElementType type)
Changes the property for which added constraints apply. |
ConstraintsForType |
ConstraintDef.property(java.lang.String property,
java.lang.annotation.ElementType type)
|
ConstraintsForType |
ConstraintsForType.type(java.lang.Class<?> type)
Creates a new ConstraintsForType in order to define constraints on a new bean type. |
ConstraintsForType |
ConstraintMapping.type(java.lang.Class<?> beanClass)
Starts defining constraints on the specified bean class. |
ConstraintsForType |
ConstraintDef.type(java.lang.Class<?> type)
|
ConstraintsForType |
ConstraintsForType.valid(java.lang.String property,
java.lang.annotation.ElementType type)
|
ConstraintsForType |
ConstraintDef.valid(java.lang.String property,
java.lang.annotation.ElementType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||