static class QueryExecutor.FutureItem<T> extends Object implements Callable<T>
private Class<T>
clazz
private Query
query
FutureItem(Class<T> clazz, Query query)
T
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Query query
private final Class<T> clazz
public T call()
call
Callable<T>