| Package | Description |
|---|---|
| com.gisgraphy.dao | |
| com.gisgraphy.dao.hibernate | |
| com.gisgraphy.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoleDao
Role Data Access Object (DAO) interface.
|
interface |
UserDao
User Data Access Object (GenericDao) interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDaoHibernate<T,PK extends Serializable>
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
|
class |
RoleDaoHibernate
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve Role objects.
|
class |
UserDaoHibernate
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve User objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected GenericDao<T,PK> |
GenericManagerImpl.genericDao
GenericDao instance, set by constructor of this class
|
| Constructor and Description |
|---|
GenericManagerImpl(GenericDao<T,PK> genericDao)
Public constructor for creating a new GenericManagerImpl.
|
Copyright © 2015. All rights reserved.