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.
-
Uses of Cascadable in org.hibernate.validator.cfg.context
Classes in org.hibernate.validator.cfg.context with type parameters of type CascadableModifier and TypeInterfaceDescriptioninterfaceCascadable<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 TypeInterfaceDescriptioninterfaceConstraint mapping creational context representing a type argument of a property, parameter or method return value with a generic (return) type.interfaceConstraint mapping creational context representing a method parameter.interfaceConstraint mapping creational context representing a property of a bean.interfaceConstraint mapping creational context representing a method return value.