Uses of Interface
dao.ImagetypesDAO

Packages that use ImagetypesDAO
dao   
startup   
 

Uses of ImagetypesDAO in dao
 

Classes in dao that implement ImagetypesDAO
 class HibernateImagetypesDAO
           
 

Methods in dao that return ImagetypesDAO
 ImagetypesDAO HibernateDAOFactory.getImagetypesDAO()
           
abstract  ImagetypesDAO DAOFactory.getImagetypesDAO()
           
 

Uses of ImagetypesDAO in startup
 

Methods in startup with parameters of type ImagetypesDAO
 void LoadTracker.addImagetype(ImagetypesDAO dao, Imagetypes o, java.lang.String dis)