public final class ScalarExpressionBNF extends JPQLQueryBNF
JPA 1.0:
scalar_expression ::= simple_arithmetic_expression |
string_primary |
enum_primary |
datetime_primary |
boolean_primaryscalar_expression ::= simple_arithmetic_expression |
string_primary |
enum_primary |
datetime_primary |
boolean_primary |
case_expression |
entity_type_expression| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this BNF rule.
|
| Constructor and Description |
|---|
ScalarExpressionBNF()
Creates a new
SelectExpressionBNF. |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toStringpublic static final java.lang.String ID
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference