T - the result typepublic interface ListRead<T> extends SingleRead<T>
| Modifier and Type | Method and Description |
|---|---|
ListRead<T> |
withAllowFiltering() |
ListRead<T> |
withDistinct() |
ListRead<T> |
withFetchSize(int fetchSize) |
ListRead<T> |
withLimit(int limit) |
withConsistency, withoutTracking, withTrackingexecute, executeAsyncListRead<T> withLimit(int limit)
limit - thr max num of records to readListRead<T> withFetchSize(int fetchSize)
fetchSize - the fetch sizeCopyright © 2012–2015 1&1. All rights reserved.