Uses of Class
org.hibernate.validator.cfg.context.impl.ConstraintMappingContextImplBase

Packages that use ConstraintMappingContextImplBase
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
 

Uses of ConstraintMappingContextImplBase in org.hibernate.validator.cfg.context.impl
 

Subclasses of ConstraintMappingContextImplBase in org.hibernate.validator.cfg.context.impl
 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.
 class TypeConstraintMappingContextImpl<C>
          Constraint mapping creational context which allows to configure the class-level constraints for one bean.
 



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