Uses of Class
org.hibernate.validator.metadata.AnnotationIgnores

Packages that use AnnotationIgnores
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of AnnotationIgnores in org.hibernate.validator.metadata
 

Constructors in org.hibernate.validator.metadata with parameters of type AnnotationIgnores
BeanMetaDataImpl(Class<T> beanClass, ConstraintHelper constraintHelper, List<Class<?>> defaultGroupSequence, Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider, Map<Class<?>,List<BeanMetaConstraint<?>>> constraints, Set<AggregatedMethodMetaData> methodMetaDatas, Set<Member> cascadedMembers, AnnotationIgnores annotationIgnores, BeanMetaDataCache beanMetaDataCache)
          Constructor used when creating a bean meta data instance via the xml or programmatic API.
 

Uses of AnnotationIgnores in org.hibernate.validator.xml
 

Methods in org.hibernate.validator.xml that return AnnotationIgnores
 AnnotationIgnores XmlMappingParser.getAnnotationIgnores()
           
 



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