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

Packages that use CompositionType
org.hibernate.validator.constraints Hibernate Validator specific constraints. 
org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. 
 

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.internal.metadata.descriptor
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.