| Package | Description |
|---|---|
| org.appfuse.dao | |
| org.appfuse.dao.jpa |
| 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 |
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-2012. All Rights Reserved.