public interface Sorter
OrderByBuilder
for a specific expression.Modifier and Type | Method and Description |
---|---|
<T extends OrderByBuilder<T>> |
apply(T sortable,
String expression)
Applies an order by on the given sortable for the given expression.
|
<T extends OrderByBuilder<T>> T apply(T sortable, String expression)
T
- The actual type of the sortablesortable
- The sortable on which to apply the order byexpression
- The order by expressionCopyright © 2015 Blazebit. All Rights Reserved.