Uses of Class
org.hibernate.query.KeyedResultList
Packages that use KeyedResultList
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
-
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.