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. |
| Constructor and Description |
|---|
InternalOrderByItemBNF()
Creates a new
InternalOrderByItemBNF. |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesSubExpression, hasIdentifier, isCompound, nonCompoundChildren, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleSubExpression, toStringpublic static final java.lang.String ID
InternalOrderByItemBNF.EclipseLink 2.4.2, "build v20130514-5956486" API Reference