Uses of Class
org.hibernate.validator.engine.ConstraintViolationImpl

Packages that use ConstraintViolationImpl
org.hibernate.validator.engine This package contains the implementing classes for the core interfaces of JSR-303. 
 

Uses of ConstraintViolationImpl in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return ConstraintViolationImpl
<U,V> ConstraintViolationImpl<T>
GlobalExecutionContext.createConstraintViolation(LocalExecutionContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
 

Methods in org.hibernate.validator.engine that return types with arguments of type ConstraintViolationImpl
<U,V> java.util.List<ConstraintViolationImpl<T>>
GlobalExecutionContext.createConstraintViolations(LocalExecutionContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
 



Copyright © 2007-2010. All Rights Reserved.