Uses of Package
org.hibernate.validator.cfg.context

Packages that use org.hibernate.validator.cfg.context
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. 
 

Classes in org.hibernate.validator.cfg.context used by org.hibernate.validator.cfg
TypeConstraintMappingContext
          Constraint mapping creational context representing a type.
 

Classes in org.hibernate.validator.cfg.context used by org.hibernate.validator.cfg.context
Cascadable
          Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.
Constrainable
          Facet of a constraint mapping creational context which allows to place constraints on the underlying element.
MethodConstraintMappingContext
          Constraint mapping creational context representing a method.
MethodTarget
          Facet of a constraint mapping creational context which allows to the select the bean method to which the next operations shall apply.
ParameterConstraintMappingContext
          Constraint mapping creational context representing a method parameter.
ParameterTarget
          Facet of a constraint mapping creational context which allows to the select a method parameter to which the next operations shall apply.
PropertyConstraintMappingContext
          Constraint mapping creational context representing a property of a bean.
PropertyTarget
          Facet of a constraint mapping creational context which allows to the select the bean property to which the next operations shall apply.
ReturnValueConstraintMappingContext
          Constraint mapping creational context representing a method return value.
ReturnValueTarget
          Facet of a constraint mapping creational context which allows to the select the current method's return value as target for the next operations.
TypeConstraintMappingContext
          Constraint mapping creational context representing a type.
TypeTarget
          Facet of a constraint mapping creational context which allows to the select the bean type to which the next operations shall apply.
 

Classes in org.hibernate.validator.cfg.context used by org.hibernate.validator.cfg.context.impl
Cascadable
          Facet of a constraint mapping creational context which allows to mark the underlying element as to be validated in a cascaded way.
Constrainable
          Facet of a constraint mapping creational context which allows to place constraints on the underlying element.
MethodConstraintMappingContext
          Constraint mapping creational context representing a method.
MethodTarget
          Facet of a constraint mapping creational context which allows to the select the bean method to which the next operations shall apply.
ParameterConstraintMappingContext
          Constraint mapping creational context representing a method parameter.
ParameterTarget
          Facet of a constraint mapping creational context which allows to the select a method parameter to which the next operations shall apply.
PropertyConstraintMappingContext
          Constraint mapping creational context representing a property of a bean.
PropertyTarget
          Facet of a constraint mapping creational context which allows to the select the bean property to which the next operations shall apply.
ReturnValueConstraintMappingContext
          Constraint mapping creational context representing a method return value.
ReturnValueTarget
          Facet of a constraint mapping creational context which allows to the select the current method's return value as target for the next operations.
TypeConstraintMappingContext
          Constraint mapping creational context representing a type.
TypeTarget
          Facet of a constraint mapping creational context which allows to the select the bean type to which the next operations shall apply.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved