Uses of Package
org.hibernate.validator.engine

Packages that use org.hibernate.validator.engine
org.hibernate.validator.engine Implementations 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
           
MessageAndPath
           
NodeImpl
           
PathImpl
           
ValidationContext
          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.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single entity/bean.
 

Classes in org.hibernate.validator.engine used by org.hibernate.validator.metadata
ValidationContext
          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.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single entity/bean.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.