Uses of Interface
org.hibernate.ScrollableResults
Packages that use ScrollableResults
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 ScrollableResults in org.hibernate.query
Methods in org.hibernate.query that return ScrollableResultsModifier and TypeMethodDescriptionQuery.scroll()
Execute the query and return the results in a scrollable form.Query.scroll
(ScrollMode scrollMode) Execute the query and return the results in a scrollable form.SelectionQuery.scroll()
Returns scrollable access to the query results.SelectionQuery.scroll
(ScrollMode scrollMode) Returns scrollable access to the query results. -
Uses of ScrollableResults in org.hibernate.query.spi
Subinterfaces of ScrollableResults in org.hibernate.query.spi -
Uses of ScrollableResults in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return ScrollableResultsModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.scroll()
DelegatingSqmSelectionQueryImplementor.scroll
(ScrollMode scrollMode)