Interface Sortable<T>
- All Known Subinterfaces:
ConstraintNode<R>,NodeQuery
- All Known Implementing Classes:
ConstraintNodeImpl,NodeQueryImpl
public interface Sortable<T>
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the direction of the first sort condition that matches this query node's variablesort(int sortDirection) Updates or adds the first sort condition of this query node's variable in the list of sort conditionsdefault TsortAsc()default Tdefault TsortDesc()default TsortNone()
-
Method Details
-
sort
Updates or adds the first sort condition of this query node's variable in the list of sort conditions -
getSortDirection
int getSortDirection()Returns the direction of the first sort condition that matches this query node's variable -
sortAsc
-
sortNone
-
sortDefault
-
sortDesc
-