Uses of Class
org.hibernate.validation.engine.PathImpl

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

Uses of PathImpl in org.hibernate.validation.engine
 

Methods in org.hibernate.validation.engine that return PathImpl
static PathImpl PathImpl.createNewRootPath()
           
static PathImpl PathImpl.createPathFromString(java.lang.String propertyPath)
          Returns a Path instance representing the path described by the given string.
static PathImpl PathImpl.createShallowCopy(PathImpl path)
           
 PathImpl PathImpl.getPathWithoutLeafNode()
           
 PathImpl LocalExecutionContext.getPropertyPath()
           
 

Methods in org.hibernate.validation.engine with parameters of type PathImpl
static PathImpl PathImpl.createShallowCopy(PathImpl path)
           
 boolean GlobalExecutionContext.isAlreadyValidated(java.lang.Object value, java.lang.Class<?> group, PathImpl path)
           
 void GlobalExecutionContext.markProcessed(java.lang.Object value, java.lang.Class<?> group, PathImpl path)
           
 void LocalExecutionContext.setPropertyPath(PathImpl propertyPath)
           
 



Copyright © 2007-2009. All Rights Reserved.