Uses of Class
org.hibernate.query.KeyedResultList
Packages that use KeyedResultList
Package
Description
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.
SPI-level SQM contracts
-
Uses of KeyedResultList in org.hibernate.query
Methods in org.hibernate.query that return KeyedResultListModifier and TypeMethodDescriptionSelectionQuery.getKeyedResultList
(KeyedPage<R> page) Execute the query and return the results for the given page, using key-based pagination. -
Uses of KeyedResultList in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return KeyedResultList -
Uses of KeyedResultList in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return KeyedResultListModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.getKeyedResultList
(KeyedPage<R> page)