Uses of Class
org.hibernate.test.annotations.indexcoll.News

Packages that use News
org.hibernate.test.annotations.indexcoll   
 

Uses of News in org.hibernate.test.annotations.indexcoll
 

Methods in org.hibernate.test.annotations.indexcoll that return types with arguments of type News
 Map<String,News> Newspaper.getNews()
           
 Map<Integer,News> PressReleaseAgency.getProvidedNews()
           
 

Method parameters in org.hibernate.test.annotations.indexcoll with type arguments of type News
 void Newspaper.setNews(Map<String,News> news)
           
 void PressReleaseAgency.setProvidedNews(Map<Integer,News> providedNews)
           
 



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