| Class | Description |
|---|---|
| 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 hibernate session to save/delete and
retrieve Role objects.
|
| UserDaoHibernate |
This class interacts with Hibernate session to save/delete and
retrieve User objects.
|
Copyright © 2003–2013. All rights reserved.