| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.query | |
| org.hibernate.query.spi |
| Modifier and Type | Method and Description |
|---|---|
ScrollableResults |
Query.scroll()
Deprecated.
Return the query results as ScrollableResults.
|
ScrollableResults |
Criteria.scroll()
Get the results as an instance of
ScrollableResults. |
ScrollableResults |
Query.scroll(ScrollMode scrollMode)
Deprecated.
Return the query results as ScrollableResults.
|
ScrollableResults |
Criteria.scroll(ScrollMode scrollMode)
Get the results as an instance of
ScrollableResults based on the
given scroll mode. |
| Modifier and Type | Method and Description |
|---|---|
ScrollableResults |
Query.scroll() |
ScrollableResults |
Query.scroll(ScrollMode scrollMode) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScrollableResultsImplementor |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.