page

open override fun page(page: Page): PanacheQuery<Entity>

Sets the current page.

Return

this query, modified

See also

.page

Parameters

page

the new page


open override fun page(pageIndex: Int, pageSize: Int): PanacheQuery<Entity>

Sets the current page.

Return

this query, modified

See also

Parameters

pageIndex

the page index

pageSize

the page size


open override fun page(): Page

Returns the current page.

Return

the current page

See also

Throws

if a page hasn't been set or if a range is already set