Uses of Class
org.hibernate.query.KeyedPage
Packages that use KeyedPage
Package
Description
Defines the internal implementation of the stored procedure SPI.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPI-level SQM contracts
-
Uses of KeyedPage in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal with parameters of type KeyedPage -
Uses of KeyedPage in org.hibernate.query
Methods in org.hibernate.query that return KeyedPageModifier and TypeMethodDescriptionKeyedResultList.getNextPage()
The specification of the next page of results, if there are more results, ornull
if it is known that there are no more results after this page.KeyedResultList.getPage()
The size and approximate page number of the current page.KeyedResultList.getPreviousPage()
The specification of the previous page of results, ornull
if it is known that this is the first page.<R> KeyedPage<R>
Obtain a key-based specification of this page.<R> KeyedPage<R>
Obtain a key-based specification of this page.KeyedPage.nextPage
(List<Comparable<?>> keyOfLastResultOnThisPage) Obtain a specification of the next page of results, which is to be located using the given key, which must be the key of the last result on this page.KeyedPage.previousPage
(List<Comparable<?>> keyOfFirstResultOnThisPage) Obtain a specification of the previous page of results, which is to be located using the given key, which must be the key of the first result on this page.KeyedPage.withKey
(List<Comparable<?>> key, KeyedPage.KeyInterpretation interpretation) Attach the given key to the specification of this page, with the given interpretation.Methods in org.hibernate.query with parameters of type KeyedPageModifier and TypeMethodDescriptionSelectionQuery.getKeyedResultList
(KeyedPage<R> page) Execute the query and return the results for the given page, using key-based pagination.Constructors in org.hibernate.query with parameters of type KeyedPage -
Uses of KeyedPage in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type KeyedPage -
Uses of KeyedPage in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type KeyedPage -
Uses of KeyedPage in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type KeyedPageModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.getKeyedResultList
(KeyedPage<R> page)