public class ScrollableResultsIterator<T> extends Object implements nl.vpro.util.CloseableIterator<T>
Criteria and makes the result accessible as a CloseableIterator.| Constructor and Description |
|---|
ScrollableResultsIterator(org.hibernate.ScrollableResults r,
Function<org.hibernate.ScrollableResults,T> adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
findNext() |
boolean |
hasNext() |
T |
next() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removeprotected void findNext()
public void close()
close in interface AutoCloseableCopyright © 2020. All rights reserved.