C - Concrete typepublic static interface QuerySort.QuerySortSupport<C extends QuerySort.QuerySortSupport<C>>
QuerySorts addition.| Modifier and Type | Method and Description |
|---|---|
default C |
sort(QuerySort... sorts)
Add a list of sorts.
|
C |
sort(QuerySort sort)
Add a sort clause.
|
default C |
sort(Supplier<QuerySort> sortSupplier)
Add a sort clause using a
Supplier. |
C sort(QuerySort sort)
sort - Sort clause to add. If null, the sort clause is ignored.QuerySort.QuerySortSupport which contains the added sort clause (usually the same instance)default C sort(QuerySort... sorts)
sorts - Sort clauses to addQuerySort.QuerySortSupport which contains the added sort clause (usually the same instance)Copyright © 2019 The Holon Platform. All rights reserved.