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

Packages that use ConstraintViolationImpl
org.hibernate.validator.engine Implementations 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>
ValidationContext.createConstraintViolation(ValueContext<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> List<ConstraintViolationImpl<T>>
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.