Uses of Interface
org.hibernate.ScrollableResults
-
Packages that use ScrollableResults Package Description org.hibernate org.hibernate.query org.hibernate.query.spi -
-
Uses of ScrollableResults in org.hibernate
Methods in org.hibernate that return ScrollableResults Modifier and Type Method Description ScrollableResultsCriteria. scroll()Get the results as an instance ofScrollableResults.ScrollableResultsCriteria. scroll(ScrollMode scrollMode)Get the results as an instance ofScrollableResultsbased on the given scroll mode.ScrollableResultsQuery. scroll()Deprecated.Return the query results as ScrollableResults.ScrollableResultsQuery. scroll(ScrollMode scrollMode)Deprecated.Return the query results as ScrollableResults. -
Uses of ScrollableResults in org.hibernate.query
Methods in org.hibernate.query that return ScrollableResults Modifier and Type Method Description ScrollableResultsQuery. scroll()ScrollableResultsQuery. scroll(ScrollMode scrollMode) -
Uses of ScrollableResults in org.hibernate.query.spi
Subinterfaces of ScrollableResults in org.hibernate.query.spi Modifier and Type Interface Description interfaceScrollableResultsImplementor
-