Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.query.spi | |
org.hibernate.engine.spi | |
org.hibernate.hql.internal.ast |
An ANTLR-based parser for Hibernate Query Language.
|
org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
org.hibernate.hql.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.search.impl | |
org.hibernate.search.query.hibernate.impl |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
Query.scroll()
Return the query results as ScrollableResults.
|
ScrollableResults |
Criteria.scroll()
Get the results as an instance of
ScrollableResults |
ScrollableResults |
Query.scroll(ScrollMode scrollMode)
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 |
HQLQueryPlan.performScroll(QueryParameters queryParameters,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
SessionImplementor.scroll(Criteria criteria,
ScrollMode scrollMode)
Execute a criteria query
|
ScrollableResults |
SessionDelegatorBaseImpl.scroll(Criteria criteria,
ScrollMode scrollMode) |
ScrollableResults |
SessionImplementor.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters)
Execute a native SQL query, and return the results as a scrollable result.
|
ScrollableResults |
SessionDelegatorBaseImpl.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
ScrollableResults |
SessionImplementor.scroll(String query,
QueryParameters queryParameters)
Execute a scroll() query
|
ScrollableResults |
SessionDelegatorBaseImpl.scroll(String query,
QueryParameters queryParameters) |
ScrollableResults |
SessionImplementor.scrollCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters)
Execute an SQL Query
|
ScrollableResults |
SessionDelegatorBaseImpl.scrollCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
QueryTranslatorImpl.scroll(QueryParameters queryParameters,
SessionImplementor session)
Return the query results, as an instance of ScrollableResults
|
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
QueryTranslatorImpl.scroll(QueryParameters queryParameters,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
QueryTranslator.scroll(QueryParameters queryParameters,
SessionImplementor session)
Perform a scroll operation given the underlying query definition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScrollableResults
Implementation of the ScrollableResults interface
|
class |
FetchingScrollableResultsImpl
Implementation of ScrollableResults which can handle collection fetches.
|
class |
ScrollableResultsImpl
Implementation of the ScrollableResults interface
|
Modifier and Type | Method and Description |
---|---|
protected ScrollableResults |
Loader.scroll(QueryParameters queryParameters,
Type[] returnTypes,
HolderInstantiator holderInstantiator,
SessionImplementor session)
Return the query results, as an instance of ScrollableResults
|
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
CriteriaLoader.scroll(SessionImplementor session,
ScrollMode scrollMode) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
CustomLoader.scroll(QueryParameters queryParameters,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
QueryLoader.scroll(QueryParameters queryParameters,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
FullTextSessionImpl.scroll(Criteria criteria,
ScrollMode scrollMode) |
ScrollableResults |
FullTextSessionImpl.scroll(NativeSQLQuerySpecification spec,
QueryParameters queryParameters) |
ScrollableResults |
FullTextSessionImpl.scroll(String query,
QueryParameters queryParameters) |
ScrollableResults |
FullTextSessionImpl.scrollCustomQuery(CustomQuery customQuery,
QueryParameters queryParameters) |
Modifier and Type | Method and Description |
---|---|
ScrollableResults |
FullTextQueryImpl.scroll() |
ScrollableResults |
FullTextQueryImpl.scroll(ScrollMode scrollMode) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.