Interface SortOrder<T>

All Known Subinterfaces:
SortDistanceFieldAndReferenceContext, SortFieldContext, SortOrderTermination, SortScoreContext

@Deprecated public interface SortOrder<T>
Deprecated.
See the deprecation note on SortContext.
Author:
Emmanuel Bernard emmanuel@hibernate.org
  • Method Summary

    Modifier and Type
    Method
    Description
    asc()
    Deprecated.
    Sort in ascending order.
    Deprecated.
    Sort in descending order.
  • Method Details

    • asc

      T asc()
      Deprecated.
      Sort in ascending order.
      Returns:
      this for method chaining
    • desc

      T desc()
      Deprecated.
      Sort in descending order.
      Returns:
      this for method chaining