| Modifier and Type | Class | Description |
|---|---|---|
class |
KeysetPageRequest |
Like
PageRequest but with support for keyset pagination. |
| Modifier and Type | Method | Description |
|---|---|---|
KeysetPageable |
KeysetAwarePage.currentPageable() |
|
KeysetPageable |
KeysetAwareSlice.currentPageable() |
|
KeysetPageable |
KeysetPageable.first() |
Returns the KeysetPageable that can be used to request the first
Page. |
KeysetPageable |
KeysetPageRequest.first() |
|
KeysetPageable |
KeysetPageable.next() |
Returns the KeysetPageable that can be used to request the next
Page. |
KeysetPageable |
KeysetPageRequest.next() |
|
KeysetPageable |
KeysetAwarePage.nextPageable() |
|
KeysetPageable |
KeysetAwareSlice.nextPageable() |
|
KeysetPageable |
KeysetPageable.previous() |
Returns the KeysetPageable that can be used to request the previous
Page or null if the current one already is the first one. |
KeysetPageable |
KeysetPageRequest.previous() |
|
KeysetPageable |
KeysetPageable.previousOrFirst() |
Returns the KeysetPageable that can be used to request the previous
Page or the first if the current one already is the first one. |
KeysetPageable |
KeysetPageRequest.previousOrFirst() |
|
KeysetPageable |
KeysetAwarePage.previousPageable() |
|
KeysetPageable |
KeysetAwareSlice.previousPageable() |
Copyright © 2014–2020 Blazebit. All rights reserved.