Uses of Class
org.hibernate.jsr303.tck.tests.validation.Actor

Packages that use Actor
org.hibernate.jsr303.tck.tests.validation   
 

Uses of Actor in org.hibernate.jsr303.tck.tests.validation
 

Subclasses of Actor in org.hibernate.jsr303.tck.tests.validation
 class ActorArrayBased
           
 class ActorListBased
           
 

Methods in org.hibernate.jsr303.tck.tests.validation that return types with arguments of type Actor
 List<Actor> ActorListBased.getPlayedWith()
           
 List<Actor> PlayedWith.getPlayedWith()
           
 List<Actor> ActorArrayBased.getPlayedWith()
           
 

Methods in org.hibernate.jsr303.tck.tests.validation with parameters of type Actor
 void ActorListBased.addPlayedWith(Actor playedWith)
           
 void PlayedWith.addPlayedWith(Actor playedWith)
           
 void ActorArrayBased.addPlayedWith(Actor playedWith)
           
 



Copyright © 2008-2011. All Rights Reserved.