Package org.hibernate.query.internal
Class ScrollableResultsIterator<T>
- java.lang.Object
-
- org.hibernate.query.internal.ScrollableResultsIterator<T>
-
- All Implemented Interfaces:
AutoCloseable
,Iterator<T>
,CloseableIterator<T>
@Incubating public class ScrollableResultsIterator<T> extends Object implements CloseableIterator<T>
- Since:
- 5.2
-
-
Constructor Summary
Constructors Constructor Description ScrollableResultsIterator(ScrollableResultsImplementor<T> scrollableResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
T
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ScrollableResultsIterator
public ScrollableResultsIterator(ScrollableResultsImplementor<T> scrollableResults)
-
-