Uses of Class
com.googlecode.jbp.common.repository.Page

Packages that use Page
com.googlecode.jbp.common.repository Contains interfaces which are useful to implement data repository functionality. 
 

Uses of Page in com.googlecode.jbp.common.repository
 

Methods in com.googlecode.jbp.common.repository that return Page
 Page Page.firstResult(int firstResultParam)
           
 Page Page.maxResults(int maxResultsParam)
           
static Page Page.newPage()
          Returns a new Page instance.
 

Methods in com.googlecode.jbp.common.repository with parameters of type Page
<ID extends Serializable,DomainModel extends IIdentifiable<ID>>
List<DomainModel>
IGenericRepository.retrieveAll(Class<DomainModel> persistentClassParam, Page pageParam)
           
 List<DomainModel> IRepository.retrieveAll(Page pageParam)
          Retrieves persisted entities from the specified page.
 



Copyright © 2011. All Rights Reserved.