Uses of Interface
org.hibernate.beanvalidation.tck.tests.validation.Person

Packages that use Person
org.hibernate.beanvalidation.tck.tests.validation   
 

Uses of Person in org.hibernate.beanvalidation.tck.tests.validation
 

Classes in org.hibernate.beanvalidation.tck.tests.validation that implement Person
 class Actor
           
 class ActorArrayBased
           
 class ActorCollectionBased
           
 class ActorListBased
           
 class Boy
           
 class Customer
           
 class Employee
           
 

Methods in org.hibernate.beanvalidation.tck.tests.validation with parameters of type Person
 Movie MovieStudio.makeMovie(String title, Person director, List<Actor> actors)
           
 Movie MovieStudio.makeMovieArrayBased(String title, Person director, Actor[] actors)
           
 Movie MovieStudio.makeMovieMapBased(String title, Person director, Map<String,Actor> actors)
           
 Movie MovieStudio.makeMovieSetBased(String title, Person director, Set<Actor> actors)
           
 

Constructors in org.hibernate.beanvalidation.tck.tests.validation with parameters of type Person
MovieStudio(String name, Person generalManager)
           
MovieStudio(String name, Person generalManager, Actor[] recurringActors)
           
MovieStudio(String name, Person generalManager, List<Actor> recurringActors)
           
MovieStudio(String name, Person generalManager, Map<String,Actor> recurringActors)
           
MovieStudio(String name, Person generalManager, Set<Actor> recurringActors)
           
 



Copyright © 2008-2013. All Rights Reserved.