Package | Description |
---|---|
com.gisgraphy.dao.hibernate | |
com.gisgraphy.service | |
com.gisgraphy.service.impl |
Modifier and Type | Class and Description |
---|---|
class |
UserDaoHibernate
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve User objects.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManager.setUserDao(UserDao userDao)
Convenience method for testing - allows you to mock the DAO and set it on
an interface.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagerImpl.setUserDao(UserDao dao)
Set the Dao for communication with the data layer.
|
Copyright © 2015. All rights reserved.