|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cascadable | |
|---|---|
| org.hibernate.validator.cfg.context | Contains facet and creational context interfaces forming the API for programmatic constraint definition. |
| org.hibernate.validator.internal.cfg.context | Creational context implementations of the API for programmatic constraint definition. |
| Uses of Cascadable in org.hibernate.validator.cfg.context |
|---|
| Classes in org.hibernate.validator.cfg.context with type parameters of type Cascadable | |
|---|---|
interface |
Cascadable<C extends Cascadable<C>>
Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way. |
| Subinterfaces of Cascadable in org.hibernate.validator.cfg.context | |
|---|---|
interface |
ParameterConstraintMappingContext
Constraint mapping creational context representing a method parameter. |
interface |
PropertyConstraintMappingContext
Constraint mapping creational context representing a property of a bean. |
interface |
ReturnValueConstraintMappingContext
Constraint mapping creational context representing a method return value. |
| Uses of Cascadable in org.hibernate.validator.internal.cfg.context |
|---|
| Classes in org.hibernate.validator.internal.cfg.context that implement Cascadable | |
|---|---|
class |
ParameterConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one method parameter. |
class |
PropertyConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one bean property. |
class |
ReturnValueConstraintMappingContextImpl
Constraint mapping creational context which allows to configure the constraints for one method return value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||