Uses of Interface
magoffin.matt.ma2.dao.ThemeDao

Packages that use ThemeDao
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.dao.hbm   
 

Uses of ThemeDao in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return ThemeDao
 ThemeDao SystemBizImpl.getThemeDao()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type ThemeDao
 void SystemBizImpl.setThemeDao(ThemeDao themeDao)
           
 

Uses of ThemeDao in magoffin.matt.ma2.dao.hbm
 

Classes in magoffin.matt.ma2.dao.hbm that implement ThemeDao
 class HibernateThemeDao
          Hibernate impolementation of ThemeDao.