Uses of Class
org.hibernate.query.KeyedResultList
Packages that use KeyedResultList
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 KeyedResultList in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return KeyedResultList -
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.sql.internal
Methods in org.hibernate.query.sql.internal 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)