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

Packages that use User
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service   
org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl   
 

Uses of User in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service that return User
 User UserReadService.getUser()
           
 User UserReadServiceBase.getUser()
           
 User UserReadServiceWithGroupConversionOnReturnValue.getUser()
           
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service with parameters of type User
 void UserWriteService.addUser(User user)
           
 void UserWriteServiceWithGroupConversionOnParameter.addUser(User user)
           
 void UserWriteServiceBase.addUser(User user)
           
 

Uses of User in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl that return User
 User ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue.getUser()
           
 User ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue.getUser()
           
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl with parameters of type User
 void SubClassWithGroupConversionOnParameter.addUser(User user)
           
 void InterfaceImplementationWithGroupConversionOnParameter.addUser(User user)
           
 void ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter.addUser(User user)
           
 void ImplementationOfParallelInterfacesWithGroupConversionOnParameter.addUser(User user)
           
 



Copyright © 2008-2013. All Rights Reserved.