|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeConstraintMappingContext | |
|---|---|
| org.hibernate.validator.cfg | Entry point for the programmatic constraint definition API. |
| 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 TypeConstraintMappingContext in org.hibernate.validator.cfg |
|---|
| Methods in org.hibernate.validator.cfg that return TypeConstraintMappingContext | ||
|---|---|---|
|
ConstraintMapping.type(java.lang.Class<C> beanClass)
Starts defining constraints on the specified bean class. |
|
| Uses of TypeConstraintMappingContext in org.hibernate.validator.cfg.context |
|---|
| Methods in org.hibernate.validator.cfg.context that return TypeConstraintMappingContext | ||
|---|---|---|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContext.defaultGroupSequence(java.lang.Class<?>... defaultGroupSequence)
Defines the default group sequence for current type. |
|
|
TypeConstraintMappingContext.defaultGroupSequenceProvider(java.lang.Class<T> defaultGroupSequenceProviderClass)
Defines the default group sequence provider for the current type. |
|
|
TypeTarget.type(java.lang.Class<C> type)
Selects the type to which the next operations shall apply. |
|
| Uses of TypeConstraintMappingContext in org.hibernate.validator.cfg.context.impl |
|---|
| Classes in org.hibernate.validator.cfg.context.impl that implement TypeConstraintMappingContext | |
|---|---|
class |
TypeConstraintMappingContextImpl<C>
Constraint mapping creational context which allows to configure the class-level constraints for one bean. |
| Methods in org.hibernate.validator.cfg.context.impl that return TypeConstraintMappingContext | ||
|---|---|---|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContextImpl.defaultGroupSequence(java.lang.Class<?>... defaultGroupSequence)
Defines the default groups sequence for the bean class of this instance. |
|
|
TypeConstraintMappingContextImpl.defaultGroupSequenceProvider(java.lang.Class<T> defaultGroupSequenceProviderClass)
Defines the default group sequence provider for the bean class of this instance. |
|
|
ConstraintMappingContextImplBase.type(java.lang.Class<C> type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||