|
Class Summary |
| 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. |
| HibernateSearchJpaTools |
Utility class to generate lucene queries for hibernate search and perform full reindexing. |
| LookupDaoJpa |
JPA implementation of LookupDao. |
| RoleDaoJpa |
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve Role objects. |
| UserDaoJpa |
This class interacts with Spring's HibernateTemplate to save/delete and
retrieve User objects. |