Uses of Interface
org.hibernate.validator.cfg.context.Cascadable
Packages that use Cascadable
Package
Description
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
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 CascadableModifier and TypeInterfaceDescriptioninterface
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.contextModifier and TypeInterfaceDescriptioninterface
Constraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interface
Constraint mapping creational context representing a method parameter.interface
Constraint mapping creational context representing a property of a bean.interface
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