Class AbstractOrderByClause

    • Method Detail

      • buildCollectionExpression

        public final CollectionExpression buildCollectionExpression()
        Creates a new CollectionExpression that will wrap the single order by item.
        Returns:
        The single order by item represented by a temporary collection
      • getActualIdentifier

        public final String getActualIdentifier()
        Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
        Returns:
        The actual identifier that was actually parsed
      • getOrderByItems

        public final Expression getOrderByItems()
        Returns the Expression representing the list of items to order.
        Returns:
        The expression representing the list of items to order
      • hasOrderByItems

        public final boolean hasOrderByItems()
        Determines whether the list of items to order was parsed.
        Returns:
        true the list of items to order was parsed; false otherwise
      • hasSpaceAfterIdentifier

        public final boolean hasSpaceAfterIdentifier()
        Determines whether a whitespace was parsed after the identifier.
        Returns:
        true if a whitespace was parsed after the identifier; false otherwise