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
- Author:
- Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionScrollableResultsIterator(ScrollableResultsImplementor<T> scrollableResults) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
ScrollableResultsIterator
-
-
Method Details