Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Packages that use AbstractOrderByClause Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of AbstractOrderByClause in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractOrderByClause in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classOrderByClauseThe ORDER BY clause allows the objects or values that are returned by the query to be ordered.classOrderSiblingsByClauseIn a hierarchical query, if the rows of siblings of the same parent need to be ordered, then theORDER SIBLINGS BYclause should be used.
-