Uses of Package
org.hibernate.validator.internal.engine

Packages that use org.hibernate.validator.internal.engine
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators. 
org.hibernate.validator.internal.metadata.core Core classes of the internal model used for representing constraints and related metadata. 
 

Classes in org.hibernate.validator.internal.engine used by org.hibernate.validator.internal.engine
ConfigurationImpl
          Hibernate specific Configuration implementation.
ValidationContext
          Context object keeping track of all required data for a validation call.
ValidationContext.ValidationContextBuilder
          Builder for creating ValidationContexts suited for the different kinds of validation.
ValidatorFactoryImpl
          Factory returning initialized Validator instances.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
 

Classes in org.hibernate.validator.internal.engine used by org.hibernate.validator.internal.engine.constraintvalidation
ValidationContext
          Context object keeping track of all required data for a validation call.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
 

Classes in org.hibernate.validator.internal.engine used by org.hibernate.validator.internal.metadata.core
ValidationContext
          Context object keeping track of all required data for a validation call.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved