Uses of Class
org.hibernate.validator.constraints.CompositionType

Packages that use CompositionType
org.hibernate.validator.constraints Hibernate Validator specific constraints. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Uses of CompositionType in org.hibernate.validator.constraints
 

Methods in org.hibernate.validator.constraints that return CompositionType
static CompositionType CompositionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompositionType[] CompositionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CompositionType in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata that return CompositionType
 CompositionType ConstraintDescriptorImpl.getCompositionType()
           
 

Methods in org.hibernate.validator.metadata with parameters of type CompositionType
 void ConstraintDescriptorImpl.setCompositionType(CompositionType compositionType)
           
 



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