|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
IGenericRepository.retrieveAll(Class<DomainModel> persistentClassParam,
Page pageParam)
|
|
List<DomainModel> |
IRepository.retrieveAll(Page pageParam)
Retrieves persisted entities from the specified page. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||