Uses of Interface
com.gisgraphy.dao.GenericDao

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

Uses of GenericDao in com.gisgraphy.dao
 

Subinterfaces of GenericDao in com.gisgraphy.dao
 interface RoleDao
          Role Data Access Object (DAO) interface.
 interface UserDao
          User Data Access Object (GenericDao) interface.
 

Uses of GenericDao in com.gisgraphy.dao.hibernate
 

Classes in com.gisgraphy.dao.hibernate that implement GenericDao
 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.
 

Uses of GenericDao in com.gisgraphy.service.impl
 

Fields in com.gisgraphy.service.impl declared as GenericDao
protected  GenericDao<T,PK> GenericManagerImpl.genericDao
          GenericDao instance, set by constructor of this class
 

Constructors in com.gisgraphy.service.impl with parameters of type GenericDao
GenericManagerImpl(GenericDao<T,PK> genericDao)
          Public constructor for creating a new GenericManagerImpl.
 



Copyright © 2010. All Rights Reserved.