Uses of Interface
org.fm.addressbook.dao.CategoryDAO

Packages that use CategoryDAO
org.fm.addressbook.dao   
org.fm.addressbook.dao.hibernate   
org.fm.addressbook.service.impl   
 

Uses of CategoryDAO in org.fm.addressbook.dao
 

Methods in org.fm.addressbook.dao that return CategoryDAO
 CategoryDAO HibernateDAOFactory.getCategoryDAO()
           
abstract  CategoryDAO DAOFactory.getCategoryDAO()
           
 

Uses of CategoryDAO in org.fm.addressbook.dao.hibernate
 

Classes in org.fm.addressbook.dao.hibernate that implement CategoryDAO
 class HibernateCategoryDAO
          JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
 

Uses of CategoryDAO in org.fm.addressbook.service.impl
 

Methods in org.fm.addressbook.service.impl that return CategoryDAO
 CategoryDAO CategoryServiceImpl.getCategoryDAO()
           
 

Methods in org.fm.addressbook.service.impl with parameters of type CategoryDAO
 void CategoryServiceImpl.setCategoryDAO(CategoryDAO categoryDAO)