Uses of Interface
com.gisgraphy.dao.UserDao

Packages that use UserDao
com.gisgraphy.dao.hibernate   
com.gisgraphy.service   
com.gisgraphy.service.impl   
 

Uses of UserDao in com.gisgraphy.dao.hibernate
 

Classes in com.gisgraphy.dao.hibernate that implement UserDao
 class UserDaoHibernate
          This class interacts with Spring's HibernateTemplate to save/delete and retrieve User objects.
 

Uses of UserDao in com.gisgraphy.service
 

Methods in com.gisgraphy.service with parameters of type UserDao
 void UserManager.setUserDao(UserDao userDao)
          Convenience method for testing - allows you to mock the DAO and set it on an interface.
 

Uses of UserDao in com.gisgraphy.service.impl
 

Methods in com.gisgraphy.service.impl with parameters of type UserDao
 void UserManagerImpl.setUserDao(UserDao dao)
          Set the Dao for communication with the data layer.
 



Copyright © 2010. All Rights Reserved.