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.
SPIs for native SQL query support.
SPI for execution of SQL statements via JDBC.
-
Uses of ScrollableResults in org.hibernate.query
Methods in org.hibernate.query that return ScrollableResultsModifier and TypeMethodDescriptionMutationOrSelectionQuery.scroll()Deprecated, for removal: This API element is subject to removal in a future version.MutationOrSelectionQuery.scroll(ScrollMode scrollMode) Deprecated, for removal: This API element is subject to removal in a future version.Query.scroll()Deprecated, for removal: This API element is subject to removal in a future version.Use SelectionQuery instead for queries which return results.Query.scroll(ScrollMode scrollMode) Deprecated, for removal: This API element is subject to removal in a future version.Use SelectionQuery instead for queries which return results.SelectionQuery.scroll()Returns scrollable access to the query results, with capabilities determined by the default scroll mode of the SQL dialect.SelectionQuery.scroll(ScrollMode scrollMode) Returns scrollable access to the query results. -
Uses of ScrollableResults in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ScrollableResultsModifier and TypeMethodDescriptionSelectQueryPlan.performScroll(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Perform (execute) the query returning a ScrollableResultsdefault ScrollableResults<T> MutationQueryImplementor.scroll()Deprecated.default ScrollableResults<T> MutationQueryImplementor.scroll(ScrollMode scrollMode) Deprecated. -
Uses of ScrollableResults in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return ScrollableResultsModifier and TypeMethodDescriptionNativeQueryImplementor.scroll()NativeQueryImplementor.scroll(ScrollMode scrollMode) -
Uses of ScrollableResults in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return ScrollableResultsModifier and TypeMethodDescriptiondefault <R> ScrollableResults<R> JdbcSelectExecutor.scroll(JdbcSelect jdbcSelect, ScrollMode scrollMode, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer) default <R> ScrollableResults<R> JdbcSelectExecutor.scroll(JdbcSelect jdbcSelect, ScrollMode scrollMode, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext, RowTransformer<R> rowTransformer, int resultCountEstimate) -
Uses of ScrollableResults in org.hibernate.sql.results.spi
Classes in org.hibernate.sql.results.spi that implement interfaces with type arguments of type ScrollableResultsMethods in org.hibernate.sql.results.spi that return ScrollableResultsModifier and TypeMethodDescriptionScrollableResultsConsumer.consume(JdbcValues jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingState jdbcValuesSourceProcessingState, org.hibernate.sql.results.internal.RowProcessingStateStandardImpl rowProcessingState, RowReader<R> rowReader)