Uses of Class
org.hibernate.beanvalidation.tck.tests.constraints.application.method.User

Packages that use User
org.hibernate.beanvalidation.tck.tests.constraints.application.method   
 

Uses of User in org.hibernate.beanvalidation.tck.tests.constraints.application.method
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.application.method that return User
 User CalendarEvent.getUser()
           
 

Methods in org.hibernate.beanvalidation.tck.tests.constraints.application.method with parameters of type User
 void CalendarEvent.setUser(User user)
           
 

Constructors in org.hibernate.beanvalidation.tck.tests.constraints.application.method with parameters of type User
CalendarEvent(User user)
           
CalendarEvent(User user, String type)
           
 



Copyright © 2008-2013. All Rights Reserved.