| Modifier and Type | Class and Description |
|---|---|
class |
CursorPaginatedResult<T>
This class represents cursor based paging result.
|
class |
OffsetPaginatedResult<T>
This class represents offset (index) based paging result.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends PaginatedResult<T,P>> |
PaginatedResult.next()
Move to next page based on the current page
|
<R extends PaginatedResult<T,P>> |
PaginatedResult.start(P paging)
Initial the current page.
|
<R extends PaginatedResult<T,P>> |
PaginatedResult.start(P paging,
FieldSort... fieldSort)
Initial the current page and sorting conditions.
|
Copyright © 2020 CodingZero. All rights reserved.