T - Type of the result of the querypublic class TransReadAllDecorator<T extends TransportObject<? super T,?>> extends ReadQueryDecorator<List<T>,DataStoreContext>
DataStoreManager delegate, log| Constructor and Description |
|---|
TransReadAllDecorator(ReadQuery<List<T>,DataStoreContext> query) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
execute(DataStoreContext context)
This is the single execute method provided by the ReadQuery interface.
|
public TransReadAllDecorator(ReadQuery<List<T>,DataStoreContext> query)
public List<T> execute(DataStoreContext context) throws Exception
ReadQuerycontext - - The DataStore context. Provides the context to the
query.ExceptionCopyright © 2014. All Rights Reserved.