Package com.gisgraphy.dao.hibernate

Class Summary
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.
LookupDaoHibernate Hibernate implementation of LookupDao.
RoleDaoHibernate This class interacts with Spring's HibernateTemplate to save/delete and retrieve Role objects.
UniversalDaoHibernate This class serves as the a class that can CRUD any object witout any Spring configuration.
UserDaoHibernate This class interacts with Spring's HibernateTemplate to save/delete and retrieve User objects.
 



Copyright © 2012. All Rights Reserved.