Uses of Class
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.Address

Packages that use Address
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model   
 

Uses of Address in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model that return types with arguments of type Address
 List<Address> UserWithGroupConversionButWithoutValidAnnotationOnProperty.getAddresses()
           
 List<Address> UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue.retrieveAddresses()
           
 

Method parameters in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model with type arguments of type Address
 void UserWithGroupConversionButWithoutValidAnnotationOnMethodParameter.setAddresses(List<Address> addresses)
           
 

Constructor parameters in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model with type arguments of type Address
UserWithGroupConversionButWithoutValidAnnotationConstructorParameter(List<Address> addresses)
           
 



Copyright © 2008-2013. All Rights Reserved.