Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hibernate.test.stats.Country

Uses of Country in org.hibernate.test.stats
 

Fields in org.hibernate.test.stats declared as Country
private  Country Locality.country
           
 

Methods in org.hibernate.test.stats that return Country
 Country Locality.getCountry()
           
 

Methods in org.hibernate.test.stats with parameters of type Country
 void Locality.setCountry(Country country)
           
 

Constructors in org.hibernate.test.stats with parameters of type Country
Locality(java.lang.String name, Country country)