Uses of Class
org.hibernate.query.Page
Packages that use Page
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of Page in org.hibernate.query
Methods in org.hibernate.query that return PageModifier and TypeMethodDescriptionPage.first()
static Page
Page.first
(int size) Obtain an initial page with the given size.KeyedPage.getPage()
A specification of this page in terms of page size and an (approximate) page number.Page.next()
Obtain the next page with the same size as this page.static Page
Page.page
(int size, int number) Obtain a page, numbered from0
, with the given size.Page.previous()
Obtain the previous page with the same size as this page.Methods in org.hibernate.query with parameters of type Page -
Uses of Page in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Page -
Uses of Page in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type PageModifier and TypeMethodDescription