Uses of Class
org.hibernate.query.KeyedResultList
-
Packages that use KeyedResultList Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sqm.spi SPI-level SQM contracts -
-
Uses of KeyedResultList in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return KeyedResultList Modifier and Type Method Description KeyedResultList<R>ProcedureCallImpl. getKeyedResultList(KeyedPage<R> page) -
Uses of KeyedResultList in org.hibernate.query
Methods in org.hibernate.query that return KeyedResultList Modifier and Type Method Description KeyedResultList<R>SelectionQuery. 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 Modifier and Type Method Description KeyedResultList<R>AbstractQuery. getKeyedResultList(KeyedPage<R> keyedPage) -
Uses of KeyedResultList in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return KeyedResultList Modifier and Type Method Description KeyedResultList<R>NativeQueryImpl. getKeyedResultList(KeyedPage<R> page) -
Uses of KeyedResultList in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return KeyedResultList Modifier and Type Method Description KeyedResultList<R>DelegatingSqmSelectionQueryImplementor. getKeyedResultList(KeyedPage<R> page)
-