|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pageable
Abstract interface for pagination information.
Method Summary | |
---|---|
int |
getOffset()
Returns the offset to be taken according to the underlying page and page size. |
int |
getPageNumber()
Returns the page to be returned. |
int |
getPageSize()
Returns the number of items to be returned. |
Sort |
getSort()
Returns the sorting parameters. |
Method Detail |
---|
int getPageNumber()
int getPageSize()
int getOffset()
Sort getSort()
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |