| Modifier and Type | Class and Description |
|---|---|
class |
KeysetPageRequest
Like
PageRequest but with support for keyset pagination. |
| Modifier and Type | Method and Description |
|---|---|
KeysetPageable |
KeysetAwarePage.currentPageable() |
KeysetPageable |
KeysetPageRequest.first() |
KeysetPageable |
KeysetPageable.first()
Returns the KeysetPageable that can be used to request the first
Page. |
KeysetPageable |
KeysetPageRequest.next() |
KeysetPageable |
KeysetPageable.next()
Returns the KeysetPageable that can be used to request the next
Page. |
KeysetPageable |
KeysetAwarePage.nextPageable() |
KeysetPageable |
KeysetPageRequest.previous() |
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.previousOrFirst() |
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 |
KeysetAwarePage.previousPageable() |
Copyright © 2014–2018 Blazebit. All rights reserved.