Uses of Interface
catalog.model.dao.CatalogDao

Packages that use CatalogDao
catalog.model.dao.hibernate   
catalog.model.service.impl   
 

Uses of CatalogDao in catalog.model.dao.hibernate
 

Classes in catalog.model.dao.hibernate that implement CatalogDao
 class CatalogDaoHibernateImpl
          The Hibernate implementation of the CatalogDao.
 

Uses of CatalogDao in catalog.model.service.impl
 

Methods in catalog.model.service.impl with parameters of type CatalogDao
 void CatalogServiceImpl.setCatalogDao(CatalogDao newCatalogDao)
          Set the CatalogDao.
 void CachedCatalogServiceImpl.setCatalogDao(CatalogDao newCatalogDao)
          Set the CatalogDao.
 



Copyright (c) 2004 The JCatalog Project.