|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Id - Identification typeElement - Element typepublic interface IGenericDao<Id,Element>
Data Access Object (DAO) Pattern: Abstracts from any direct type of
database or persistence mechanism. Provides specific operations without
exposing details of the database.
Responsibility : Complete Generic Data Access Object definition
including:
IGenericReadOnlyDao
![]() |
![]() |
| Method Summary |
|---|
| Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IGenericReadOnlyDao |
|---|
findByExample |
| Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IBaseDao |
|---|
create, delete, deleteAll, update |
| Methods inherited from interface org.perfectjpattern.jee.api.integration.dao.IBaseReadOnlyDao |
|---|
contains, count, findAll, findById, getSession, getTransaction |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||