T - public class ScrollableResultsIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
CloseableIterator adapter for ScrollableResults| Constructor and Description | 
|---|
| ScrollableResultsIterator(org.hibernate.ScrollableResults results) | 
| ScrollableResultsIterator(org.hibernate.ScrollableResults results,
                         boolean asArray) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| boolean | hasNext() | 
| T | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ScrollableResultsIterator(org.hibernate.ScrollableResults results)
public ScrollableResultsIterator(org.hibernate.ScrollableResults results,
                                 boolean asArray)
public void close()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2007–2015 Querydsl. All rights reserved.