Interface SortOrderStep<S>
- Type Parameters:
S
- The "self" type (the actual exposed type of this step)
- All Known Subinterfaces:
DistanceSortOptionsStep<S,
,PDF> FieldSortOptionsStep<S,
,PDF> ScoreSortOptionsStep<S>
public interface SortOrderStep<S>
The step in a sort definition where the order can be set.
- Author:
- Emmanuel Bernard emmanuel@hibernate.org
-
Method Summary
-
Method Details
-
asc
Sort in ascending order.- Returns:
this
, for method chaining.
-
desc
Sort in descending order.- Returns:
this
, for method chaining.
-
order
Sort in the given order.- Parameters:
order
- The order.- Returns:
this
, for method chaining.
-