| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScrollableResults | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.engine.query.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.envers.entities.mapper.relation.lazy | |
| 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 of the org.hibernatepackage. | 
| 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 | 
| Uses of ScrollableResults in org.hibernate | 
|---|
| Methods in org.hibernate that return ScrollableResults | |
|---|---|
|  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 ScrollableResultsbased on the
 given scroll mode. | 
| Uses of ScrollableResults in org.hibernate.engine.query.spi | 
|---|
| Methods in org.hibernate.engine.query.spi that return ScrollableResults | |
|---|---|
|  ScrollableResults | HQLQueryPlan.performScroll(QueryParameters queryParameters,
              SessionImplementor session) | 
| Uses of ScrollableResults in org.hibernate.engine.spi | 
|---|
| Methods in org.hibernate.engine.spi that return ScrollableResults | |
|---|---|
|  ScrollableResults | SessionImplementor.scroll(CriteriaImpl criteria,
       ScrollMode scrollMode)Execute a criteria query | 
|  ScrollableResults | SessionImplementor.scroll(NativeSQLQuerySpecification spec,
       QueryParameters queryParameters)Execute a native SQL query, and return the results as a scrollable result. | 
|  ScrollableResults | SessionImplementor.scroll(String query,
       QueryParameters queryParameters)Execute a scroll() query | 
|  ScrollableResults | SessionImplementor.scrollCustomQuery(CustomQuery customQuery,
                  QueryParameters queryParameters)Execute an SQL Query | 
| Uses of ScrollableResults in org.hibernate.envers.entities.mapper.relation.lazy | 
|---|
| Methods in org.hibernate.envers.entities.mapper.relation.lazy that return ScrollableResults | |
|---|---|
|  ScrollableResults | AbstractDelegateSessionImplementor.scroll(CriteriaImpl criteria,
       ScrollMode scrollMode) | 
|  ScrollableResults | AbstractDelegateSessionImplementor.scroll(NativeSQLQuerySpecification spec,
       QueryParameters queryParameters) | 
|  ScrollableResults | AbstractDelegateSessionImplementor.scroll(String query,
       QueryParameters queryParameters) | 
|  ScrollableResults | AbstractDelegateSessionImplementor.scrollCustomQuery(CustomQuery customQuery,
                  QueryParameters queryParameters) | 
| Uses of ScrollableResults in org.hibernate.hql.internal.ast | 
|---|
| Methods in org.hibernate.hql.internal.ast that return ScrollableResults | |
|---|---|
|  ScrollableResults | QueryTranslatorImpl.scroll(QueryParameters queryParameters,
       SessionImplementor session)Return the query results, as an instance of ScrollableResults | 
| Uses of ScrollableResults in org.hibernate.hql.internal.classic | 
|---|
| Methods in org.hibernate.hql.internal.classic that return ScrollableResults | |
|---|---|
|  ScrollableResults | QueryTranslatorImpl.scroll(QueryParameters queryParameters,
       SessionImplementor session) | 
| Uses of ScrollableResults in org.hibernate.hql.spi | 
|---|
| Methods in org.hibernate.hql.spi that return ScrollableResults | |
|---|---|
|  ScrollableResults | QueryTranslator.scroll(QueryParameters queryParameters,
       SessionImplementor session)Perform a scroll operation given the underlying query definition. | 
| Uses of ScrollableResults in org.hibernate.internal | 
|---|
| Classes in org.hibernate.internal that implement ScrollableResults | |
|---|---|
|  class | AbstractScrollableResultsImplementation of the ScrollableResults interface | 
|  class | FetchingScrollableResultsImplImplementation of ScrollableResults which can handle collection fetches. | 
|  class | ScrollableResultsImplImplementation of the ScrollableResults interface | 
| Uses of ScrollableResults in org.hibernate.loader | 
|---|
| Methods in org.hibernate.loader that return ScrollableResults | |
|---|---|
| protected  ScrollableResults | Loader.scroll(QueryParameters queryParameters,
       Type[] returnTypes,
       HolderInstantiator holderInstantiator,
       SessionImplementor session)Return the query results, as an instance of ScrollableResults | 
| Uses of ScrollableResults in org.hibernate.loader.criteria | 
|---|
| Methods in org.hibernate.loader.criteria that return ScrollableResults | |
|---|---|
|  ScrollableResults | CriteriaLoader.scroll(SessionImplementor session,
       ScrollMode scrollMode) | 
| Uses of ScrollableResults in org.hibernate.loader.custom | 
|---|
| Methods in org.hibernate.loader.custom that return ScrollableResults | |
|---|---|
|  ScrollableResults | CustomLoader.scroll(QueryParameters queryParameters,
       SessionImplementor session) | 
| Uses of ScrollableResults in org.hibernate.loader.hql | 
|---|
| Methods in org.hibernate.loader.hql that return ScrollableResults | |
|---|---|
|  ScrollableResults | QueryLoader.scroll(QueryParameters queryParameters,
       SessionImplementor session) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||