| Modifier and Type | Method and Description |
|---|---|
List<FieldSort> |
ResultFetchRequest.getFieldSorts() |
List<FieldSort> |
PaginatedResult.getFieldSorts()
Returns the current sorting conditions.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends PaginatedResult<T,P>> |
PaginatedResult.start(P paging,
FieldSort... fieldSort)
Initial the current page and sorting conditions.
|
| Constructor and Description |
|---|
ResultFetchRequest(List<Object> arguments,
P page,
List<FieldSort> fieldSorts) |
Copyright © 2020 CodingZero. All rights reserved.