PageableKeysetPageRequestpublic interface KeysetPageable extends Pageable
Pageable but contains keyset information.| Modifier and Type | Method | Description |
|---|---|---|
KeysetPageable |
first() |
Returns the KeysetPageable that can be used to request the first
Page. |
com.blazebit.persistence.KeysetPage |
getKeysetPage() |
Returns the keyset page information.
|
boolean |
isWithCountQuery() |
Returns whether count query execution is enabled or not.
|
boolean |
isWithExtractAllKeysets() |
Returns whether extraction for all keysets is enabled or not.
|
KeysetPageable |
next() |
Returns the KeysetPageable that can be used to request the next
Page. |
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 |
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. |
getOffset, getPageNumber, getPageSize, getSort, hasPreviouscom.blazebit.persistence.KeysetPage getKeysetPage()
KeysetPageable next()
Page.next in interface PageableKeysetPageable previous()
Page or null if the current one already is the first one.previous in interface PageableKeysetPageable previousOrFirst()
Page or the first if the current one already is the first one.previousOrFirst in interface PageableKeysetPageable first()
Page.first in interface Pageableboolean isWithCountQuery()
boolean isWithExtractAllKeysets()
Copyright © 2014–2019 Blazebit. All rights reserved.