Interface JpaSearchOrder

    • Method Detail

      • getNullPrecedence

        NullPrecedence getNullPrecedence()
        The precedence for nulls for this search order element
      • isAscending

        boolean isAscending()
        Whether ascending ordering is in effect.
        Returns:
        boolean indicating whether ordering is ascending
      • reverse

        JpaSearchOrder reverse()
        Switch the ordering.
        Returns:
        a new Order instance with the reversed ordering
      • getAttribute

        JpaCteCriteriaAttribute getAttribute()
        Return the CTE attribute that is used for ordering.
        Returns:
        CTE attribute used for ordering