Uses of Interface
org.hibernate.validator.internal.metadata.location.ConstraintLocation

Packages that use ConstraintLocation
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.metadata.core   
org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations. 
org.hibernate.validator.internal.metadata.provider Abstraction of the meta data sources - annotation, xml, programmatic 
org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
 

Uses of ConstraintLocation in org.hibernate.validator.internal.cfg.context
 

Classes in org.hibernate.validator.internal.cfg.context with type parameters of type ConstraintLocation
 class ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation>
          Represents a programmatically configured constraint and meta-data related to its location (bean type etc.).
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.core
 

Methods in org.hibernate.validator.internal.metadata.core that return ConstraintLocation
 ConstraintLocation MetaConstraint.getLocation()
           
 

Constructors in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintLocation
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location)
           
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.location
 

Classes in org.hibernate.validator.internal.metadata.location that implement ConstraintLocation
 class BeanConstraintLocation
          A ConstraintLocation implementation that represents either a bean (in case of class-level constraints), a field or a getter method (in case of property-level constraints).
 class MethodConstraintLocation
          A ConstraintLocation implementation that represents a method or constructor.
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.provider
 

Methods in org.hibernate.validator.internal.metadata.provider that return types with arguments of type ConstraintLocation
protected  CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> XmlMetaDataProvider.byLocation()
           
 

Uses of ConstraintLocation in org.hibernate.validator.internal.metadata.raw
 

Methods in org.hibernate.validator.internal.metadata.raw that return ConstraintLocation
 ConstraintLocation AbstractConstrainedElement.getLocation()
           
 ConstraintLocation ConstrainedElement.getLocation()
          Returns the location of this constrained element.
 

Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type ConstraintLocation
AbstractConstrainedElement(ConfigurationSource source, ConstrainedElement.ConstrainedElementKind kind, ConstraintLocation location, Set<MetaConstraint<?>> constraints, boolean isCascading)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.