public final class InternalOrderByItemBNF extends JPQLQueryBNF
JPA 1.0:
orderby_item ::= state_field_path_expression [ ASC | DESC ]
JPA 2.0
orderby_item ::= state_field_path_expression | result_variable [ ASC | DESC ]
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier for this
InternalOrderByItemBNF . |
expressionFactory, expressionFactoryIds, getId, handleAggregate, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toString
public static final java.lang.String ID
InternalOrderByItemBNF
.EclipseLink 2.3.2, "build v20111125-r10461" API Reference