Interface SortOrder<T>
-
- All Known Subinterfaces:
SortDistanceFieldAndReferenceContext,SortFieldContext,SortOrderTermination,SortScoreContext
@Deprecated public interface SortOrder<T>
Deprecated.See the deprecation note onSortContext.- Author:
- Emmanuel Bernard emmanuel@hibernate.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tasc()Deprecated.Sort in ascending order.Tdesc()Deprecated.Sort in descending order.
-