Uses of Class
org.hibernate.test.annotations.manytomany.Woman

Packages that use Woman
org.hibernate.test.annotations.manytomany   
 

Uses of Woman in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany that return types with arguments of type Woman
 Set<Woman> Cat.getHumanContacts()
           
 Set<Woman> Man.getWomens()
           
 

Method parameters in org.hibernate.test.annotations.manytomany with type arguments of type Woman
 void Cat.setHumanContacts(Set<Woman> humanContacts)
           
 void Man.setWomens(Set<Woman> womens)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.