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

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

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

Methods in magoffin.matt.ma2.biz.impl that return TimeZoneDao
 TimeZoneDao SystemBizImpl.getTimeZoneDao()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type TimeZoneDao
 void SystemBizImpl.setTimeZoneDao(TimeZoneDao timeZoneDao)
           
 

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

Classes in magoffin.matt.ma2.dao.hbm that implement TimeZoneDao
 class HibernateTimeZoneDao
          Hibernate implementation of TimeZoneDao.