Package com.googlecode.jbp.common.repository

Contains interfaces which are useful to implement data repository functionality.

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.
 

Package com.googlecode.jbp.common.repository Description

Contains interfaces which are useful to implement data repository functionality.



Copyright © 2011. All Rights Reserved.