Uses of Interface
info.joseluismartin.dao.ReportDao

Packages that use ReportDao
info.joseluismartin.dao.hibernate   
info.joseluismartin.logic   
 

Uses of ReportDao in info.joseluismartin.dao.hibernate
 

Classes in info.joseluismartin.dao.hibernate that implement ReportDao
 class HibernateReportDao
           
 

Uses of ReportDao in info.joseluismartin.logic
 

Fields in info.joseluismartin.logic declared as ReportDao
protected  ReportDao ReportManager.dao
           
 

Methods in info.joseluismartin.logic that return ReportDao
 ReportDao ReportManager.getReporDao()
           
 

Methods in info.joseluismartin.logic with parameters of type ReportDao
 void ReportManager.setReportDao(ReportDao dao)
           
 



Copyright © 2012 JDAL. All Rights Reserved.