net.sf.basedb.core
Class QueryExecutor.FutureScrollIterator<T>
java.lang.Object
net.sf.basedb.core.QueryExecutor.FutureScrollIterator<T>
- All Implemented Interfaces:
- Callable<ScrollIterator<T>>
- Enclosing class:
- QueryExecutor
static class QueryExecutor.FutureScrollIterator<T>
- extends Object
- implements Callable<ScrollIterator<T>>
Calls Query.scroll(ScrollMode)
and returns the result as a
ScrollIterator
.
- Since:
- 2.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
private final org.hibernate.Query query
clazz
private final Class<T> clazz
QueryExecutor.FutureScrollIterator
QueryExecutor.FutureScrollIterator(Class<T> clazz,
org.hibernate.Query query)
call
public ScrollIterator<T> call()
- Specified by:
call
in interface Callable<ScrollIterator<T>>