public interface PaginatedQueryBuilder<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<T> |
asIterable()
Returns a resource iterable for lazy loading.
|
java.util.List<T> |
asList()
Iterates through all resources and returns a complete list.
|