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

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

Uses of BeanType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml with type parameters of type BeanType
protected  java.util.List<BeanType> ConstraintMappingsType.bean
           
 

Methods in org.hibernate.validator.xml that return BeanType
 BeanType ObjectFactory.createBeanType()
          Create an instance of BeanType
 

Methods in org.hibernate.validator.xml that return types with arguments of type BeanType
 java.util.List<BeanType> ConstraintMappingsType.getBean()
          Gets the value of the bean property.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.