Uses of Package
org.hibernate.validator.engine

Packages that use org.hibernate.validator.engine
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. 
 

Classes in org.hibernate.validator.engine used by org.hibernate.validator.engine
ConfigurationImpl
          Hibernate specific Configuration implementation.
ConstraintTree
          Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
ConstraintValidatorContextImpl
           
ConstraintViolationImpl
           
GlobalExecutionContext
          Context object keeping track of all important data for a top level Validator.validate(Object, Class[]) }, Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call.
LocalExecutionContext
          An instance of this class is used to collect all the relevant information for validating a single entity/bean.
MessageAndPath
           
NodeImpl
           
PathImpl
           
 

Classes in org.hibernate.validator.engine used by org.hibernate.validator.metadata
GlobalExecutionContext
          Context object keeping track of all important data for a top level Validator.validate(Object, Class[]) }, Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call.
LocalExecutionContext
          An instance of this class is used to collect all the relevant information for validating a single entity/bean.
 



Copyright © 2007-2010. All Rights Reserved.