Uses of Interface
net.mlw.fball.dao.LeagueDao

Packages that use LeagueDao
net.mlw.fball.bo   
net.mlw.fball.dao.hibernate   
net.mlw.fball.loader   
 

Uses of LeagueDao in net.mlw.fball.bo
 

Methods in net.mlw.fball.bo that return LeagueDao
 net.mlw.fball.dao.LeagueDao LeagueManager.getLeageDao()
           
 

Methods in net.mlw.fball.bo with parameters of type LeagueDao
 void LeagueManager.setLeageDao(net.mlw.fball.dao.LeagueDao leageDao)
           
 

Uses of LeagueDao in net.mlw.fball.dao.hibernate
 

Classes in net.mlw.fball.dao.hibernate that implement LeagueDao
 class LeagueDaoImpl
           
 

Uses of LeagueDao in net.mlw.fball.loader
 

Fields in net.mlw.fball.loader declared as LeagueDao
protected  net.mlw.fball.dao.LeagueDao LoaderContextHolder.leagueDao
           
 

Methods in net.mlw.fball.loader with parameters of type LeagueDao
 void LoaderContextHolder.setLeagueDao(net.mlw.fball.dao.LeagueDao leagueDao)
           
 



Copyright © 2003-2004 mlavilson. All Rights Reserved.