Uses of Interface
org.appfuse.dao.GenericDao

Packages that use GenericDao
org.appfuse.dao   
org.appfuse.dao.jpa   
 

Uses of GenericDao in org.appfuse.dao
 

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

Uses of GenericDao in org.appfuse.dao.jpa
 

Classes in org.appfuse.dao.jpa that implement GenericDao
 class GenericDaoJpa<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 RoleDaoJpa
          This class interacts with Spring's HibernateTemplate to save/delete and retrieve Role objects.
 class UserDaoJpa
          This class interacts with Spring's HibernateTemplate to save/delete and retrieve User objects.
 



Copyright © 2003-2007. All Rights Reserved.