T - the entity bean typepublic class CallableQueryList<T> extends CallableQuery<T> implements Callable<List<T>>
query, server, transaction| Constructor and Description |
|---|
CallableQueryList(SpiEbeanServer server,
SpiQuery<T> query,
Transaction t) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
call()
Execute the query returning the resulting List.
|
getQuery, getTransactionCopyright © 2014. All Rights Reserved.