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