|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IGenericRepository | |
| IIdentifiable<ID extends Serializable> | A common interface for domain model objects/entities that are persisted to some data base. |
| IRepository<ID extends Serializable,DomainModel extends IIdentifiable<ID>> | Interface with common data access methods. |
| Class Summary | |
|---|---|
| Page | This class represents paging information for use in object repositories. |
| ResultHolder<ID extends Serializable,T extends IIdentifiable<ID>> | Class used to return the actual result list and the total number of results of a repository search. |
Contains interfaces which are useful to implement data repository functionality.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||