Uses of Interface
org.hibernate.ScrollableResults
Packages that use ScrollableResults
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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.internal
Classes in org.hibernate.internal that implement ScrollableResultsModifier and TypeClassDescriptionclass
Base implementation of the ScrollableResults interface intended for sharing betweenScrollableResultsImpl
andFetchingScrollableResultsImpl
class
class
Implementation of ScrollableResults which can handle collection fetches.class
Standard ScrollableResults implementation. -
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)