Uses of Package
org.hibernate.validation.engine

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

Classes in org.hibernate.validation.engine used by org.hibernate.validation
HibernateValidatorConfiguration
          Uniquely identify Hibernate Validator in the Bean Validation bootstrap strategy Also contains Hibernate Validator specific configurations
 

Classes in org.hibernate.validation.engine used by org.hibernate.validation.engine
ConfigurationImpl
          Hibernate specific Configuration implementation.
ConstraintTree
          Due to constraint conposition a single constraint annotation can lead to a whole constraint tree beeing validated.
ConstraintValidatorContextImpl
           
ConstraintValidatorContextImpl.ErrorMessage
           
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.
HibernateValidatorConfiguration
          Uniquely identify Hibernate Validator in the Bean Validation bootstrap strategy Also contains Hibernate Validator specific configurations
LocalExecutionContext
          An instance of this class is used to collect all the relevant information for validating a single entity/bean.
NodeImpl
           
PathImpl
           
 

Classes in org.hibernate.validation.engine used by org.hibernate.validation.metadata
ConstraintTree
          Due to constraint conposition a single constraint annotation can lead to a whole constraint tree beeing validated.
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-2009. All Rights Reserved.