net.sf.basedb.core
Class QueryExecutor.FutureItem<T>
java.lang.Object
net.sf.basedb.core.QueryExecutor.FutureItem<T>
- All Implemented Interfaces:
- Callable<T>
- Enclosing class:
- QueryExecutor
static class QueryExecutor.FutureItem<T>
- extends Object
- implements Callable<T>
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.FutureItem
QueryExecutor.FutureItem(Class<T> clazz,
org.hibernate.Query query)
call
public T call()
- Specified by:
call
in interface Callable<T>