Uses of Class
org.hibernate.test.annotations.entity.Country

Packages that use Country
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
 

Uses of Country in org.hibernate.test.annotations.entity
 

Methods in org.hibernate.test.annotations.entity that return Country
 Country Forest.getCountry()
           
 Country Address.getCountry()
           
 

Methods in org.hibernate.test.annotations.entity that return types with arguments of type Country
 Set<Country> Forest.getNear()
           
 

Methods in org.hibernate.test.annotations.entity with parameters of type Country
 void Forest.setCountry(Country country)
           
 void Address.setCountry(Country country)
           
 

Method parameters in org.hibernate.test.annotations.entity with type arguments of type Country
 void Forest.setNear(Set<Country> near)
           
 



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