ORDER BY
clause allows the objects or values that are returned by the query to be ordered.
orderby_clause ::= ORDER BY {@link OrderByItemStateObject orderby_item} {, {@link OrderByItemStateObject orderby_item}}*
@see org.eclipse.persistence.jpa.jpql.parser.OrderByClause OrderByClause @version 2.4 @since 2.4 @author Pascal Filion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|