Uses of Class
org.hibernate.test.annotations.onetomany.Politician

Packages that use Politician
org.hibernate.test.annotations.onetomany   
 

Uses of Politician in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany that return types with arguments of type Politician
 Set<Politician> PoliticalParty.getPoliticians()
           
 

Methods in org.hibernate.test.annotations.onetomany with parameters of type Politician
 void PoliticalParty.addPolitician(Politician politician)
           
 

Method parameters in org.hibernate.test.annotations.onetomany with type arguments of type Politician
 void PoliticalParty.setPoliticians(Set<Politician> politicians)
           
 



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