Uses of Class
org.hibernate.test.annotations.xml.hbm.Government

Packages that use Government
org.hibernate.test.annotations.xml.hbm   
 

Uses of Government in org.hibernate.test.annotations.xml.hbm
 

Methods in org.hibernate.test.annotations.xml.hbm that return Government
 Government PrimeMinister.getCurrentGovernment()
           
 

Methods in org.hibernate.test.annotations.xml.hbm that return types with arguments of type Government
 Set<Government> PrimeMinister.getGovernments()
           
 

Methods in org.hibernate.test.annotations.xml.hbm with parameters of type Government
 void PrimeMinister.setCurrentGovernment(Government currentGovernment)
           
 

Method parameters in org.hibernate.test.annotations.xml.hbm with type arguments of type Government
 void PrimeMinister.setGovernments(Set<Government> governments)
           
 



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