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

Packages that use LocalExecutionContext
org.hibernate.validator.engine This package contains the implementing classes for the core interfaces of JSR-303. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Uses of LocalExecutionContext in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return LocalExecutionContext
static
<T,V> LocalExecutionContext<T,V>
LocalExecutionContext.getLocalExecutionContext(java.lang.Class<T> type)
           
static
<T,V> LocalExecutionContext<T,V>
LocalExecutionContext.getLocalExecutionContext(T value)
           
 

Methods in org.hibernate.validator.engine with parameters of type LocalExecutionContext
<U,V> ConstraintViolationImpl<T>
GlobalExecutionContext.createConstraintViolation(LocalExecutionContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
<U,V> java.util.List<ConstraintViolationImpl<T>>
GlobalExecutionContext.createConstraintViolations(LocalExecutionContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
<T,U,V> void
ConstraintTree.validateConstraints(java.lang.reflect.Type type, GlobalExecutionContext<T> executionContext, LocalExecutionContext<U,V> localExecutionContext, java.util.List<javax.validation.ConstraintViolation<T>> constraintViolations)
           
 

Uses of LocalExecutionContext in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata with parameters of type LocalExecutionContext
<T,U,V> boolean
MetaConstraint.validateConstraint(GlobalExecutionContext<T> executionContext, LocalExecutionContext<U,V> localExecutionContext)
           
 



Copyright © 2007-2009. All Rights Reserved.