Uses of Interface
org.hibernate.query.spi.ScrollableResultsImplementor
-
Packages that use ScrollableResultsImplementor Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.hql.spi org.hibernate.loader org.hibernate.loader.criteria org.hibernate.loader.custom org.hibernate.loader.hql -
-
Uses of ScrollableResultsImplementor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
HQLQueryPlan. performScroll(QueryParameters queryParameters, SharedSessionContractImplementor session)
Coordinates the efforts to perform a scroll across all the included query translators. -
Uses of ScrollableResultsImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
SessionDelegatorBaseImpl. scroll(java.lang.String query, QueryParameters queryParameters)
ScrollableResultsImplementor
SessionDelegatorBaseImpl. scroll(Criteria criteria, ScrollMode scrollMode)
ScrollableResultsImplementor
SessionDelegatorBaseImpl. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)
ScrollableResultsImplementor
SharedSessionContractImplementor. scroll(java.lang.String query, QueryParameters queryParameters)
Execute a scroll() queryScrollableResultsImplementor
SharedSessionContractImplementor. scroll(Criteria criteria, ScrollMode scrollMode)
Execute a criteria queryScrollableResultsImplementor
SharedSessionContractImplementor. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)
Execute a native SQL query, and return the results as a scrollable result.ScrollableResultsImplementor
SessionDelegatorBaseImpl. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
ScrollableResultsImplementor
SharedSessionContractImplementor. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)
Execute an SQL Query -
Uses of ScrollableResultsImplementor in org.hibernate.hql.spi
Methods in org.hibernate.hql.spi that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
QueryTranslator. scroll(QueryParameters queryParameters, SharedSessionContractImplementor session)
Perform a scroll operation given the underlying query definition. -
Uses of ScrollableResultsImplementor in org.hibernate.loader
Methods in org.hibernate.loader that return ScrollableResultsImplementor Modifier and Type Method Description protected ScrollableResultsImplementor
Loader. scroll(QueryParameters queryParameters, Type[] returnTypes, org.hibernate.hql.internal.HolderInstantiator holderInstantiator, SharedSessionContractImplementor session)
Return the query results, as an instance of ScrollableResults -
Uses of ScrollableResultsImplementor in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
CriteriaLoader. scroll(SharedSessionContractImplementor session, ScrollMode scrollMode)
-
Uses of ScrollableResultsImplementor in org.hibernate.loader.custom
Methods in org.hibernate.loader.custom that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
CustomLoader. scroll(QueryParameters queryParameters, SharedSessionContractImplementor session)
-
Uses of ScrollableResultsImplementor in org.hibernate.loader.hql
Methods in org.hibernate.loader.hql that return ScrollableResultsImplementor Modifier and Type Method Description ScrollableResultsImplementor
QueryLoader. scroll(QueryParameters queryParameters, SharedSessionContractImplementor session)
-