Uses of Interface
com.gisgraphy.dao.UniversalDao

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

Uses of UniversalDao in com.gisgraphy.dao
 

Subinterfaces of UniversalDao in com.gisgraphy.dao
 interface LookupDao
          Lookup Data Access Object (GenericDao) interface.
 

Uses of UniversalDao in com.gisgraphy.dao.hibernate
 

Classes in com.gisgraphy.dao.hibernate that implement UniversalDao
 class LookupDaoHibernate
          Hibernate implementation of LookupDao.
 class UniversalDaoHibernate
          This class serves as the a class that can CRUD any object witout any Spring configuration.
 

Uses of UniversalDao in com.gisgraphy.service.impl
 

Fields in com.gisgraphy.service.impl declared as UniversalDao
protected  UniversalDao UniversalManagerImpl.dao
          UniversalDao instance, ready to charge forward and persist to the database
 

Methods in com.gisgraphy.service.impl with parameters of type UniversalDao
 void UniversalManagerImpl.setDao(UniversalDao dao)
           
 



Copyright © 2010. All Rights Reserved.