Uses of Class
org.hibernate.validator.xml.ValidatedByType

Packages that use ValidatedByType
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of ValidatedByType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml declared as ValidatedByType
protected  ValidatedByType ConstraintDefinitionType.validatedBy
           
 

Methods in org.hibernate.validator.xml that return ValidatedByType
 ValidatedByType ObjectFactory.createValidatedByType()
          Create an instance of ValidatedByType
 ValidatedByType ConstraintDefinitionType.getValidatedBy()
          Gets the value of the validatedBy property.
 

Methods in org.hibernate.validator.xml with parameters of type ValidatedByType
 void ConstraintDefinitionType.setValidatedBy(ValidatedByType value)
          Sets the value of the validatedBy property.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved