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 ScrollableResultsImplementorHQLQueryPlan. 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 ScrollableResultsImplementorSessionDelegatorBaseImpl. scroll(java.lang.String query, QueryParameters queryParameters)ScrollableResultsImplementorSessionDelegatorBaseImpl. scroll(Criteria criteria, ScrollMode scrollMode)ScrollableResultsImplementorSessionDelegatorBaseImpl. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)ScrollableResultsImplementorSharedSessionContractImplementor. scroll(java.lang.String query, QueryParameters queryParameters)Execute a scroll() queryScrollableResultsImplementorSharedSessionContractImplementor. scroll(Criteria criteria, ScrollMode scrollMode)Execute a criteria queryScrollableResultsImplementorSharedSessionContractImplementor. scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters)Execute a native SQL query, and return the results as a scrollable result.ScrollableResultsImplementorSessionDelegatorBaseImpl. scrollCustomQuery(CustomQuery customQuery, QueryParameters queryParameters)ScrollableResultsImplementorSharedSessionContractImplementor. 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 ScrollableResultsImplementorQueryTranslator. 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 ScrollableResultsImplementorLoader. 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 ScrollableResultsImplementorCriteriaLoader. 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 ScrollableResultsImplementorCustomLoader. 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 ScrollableResultsImplementorQueryLoader. scroll(QueryParameters queryParameters, SharedSessionContractImplementor session)
-