Uses of Interface
catalog.model.dao.UserDao

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

Uses of UserDao in catalog.model.dao.hibernate
 

Classes in catalog.model.dao.hibernate that implement UserDao
 class UserDaoHibernateImpl
          The Hibernate implementation of the UserDao.
 

Uses of UserDao in catalog.model.service.impl
 

Methods in catalog.model.service.impl with parameters of type UserDao
 void UserServiceImpl.setUserDao(UserDao newUserDao)
           
 



Copyright (c) 2004 The JCatalog Project.