static class QueryExecutor.FutureScrollIterator<T> extends java.lang.Object implements java.util.concurrent.Callable<ScrollIterator<T>>
Query.scroll(ScrollMode)
and returns the result as a
ScrollIterator
.Modifier and Type | Field and Description |
---|---|
private org.hibernate.query.Query<T> |
query |
Constructor and Description |
---|
FutureScrollIterator(org.hibernate.query.Query<T> query) |
Modifier and Type | Method and Description |
---|---|
ScrollIterator<T> |
call() |
private final org.hibernate.query.Query<T> query
FutureScrollIterator(org.hibernate.query.Query<T> query)
public ScrollIterator<T> call()
call
in interface java.util.concurrent.Callable<ScrollIterator<T>>