Uses of Package
org.hibernate.validator.internal.metadata.facets

Packages that use org.hibernate.validator.internal.metadata.facets
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
org.hibernate.validator.internal.metadata.facets Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation). 
 

Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.engine
Cascadable
          Provides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.
Validatable
          Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
 

Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.metadata.aggregated
Cascadable
          Provides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.
Validatable
          Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
 

Classes in org.hibernate.validator.internal.metadata.facets used by org.hibernate.validator.internal.metadata.facets
Cascadable
          Provides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.
 



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