public final class InternalConcatExpressionBNF extends JPQLQueryBNF
JPA 1.0:
expression ::= CONCAT(string_primary, string_primary)JPA 2.0:
expression ::= CONCAT(string_primary, string_primary {, string_primary}*)JPA 2.1:
expression ::= CONCAT(string_expression, string_expression {, string_expression}*)| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this
InternalConcatExpressionBNF. |
| Constructor and Description |
|---|
InternalConcatExpressionBNF()
Creates a new
InternalConcatExpressionBNF. |
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
InternalConcatExpressionBNF.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference