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 . |
Modifier and Type | Method and Description |
---|---|
protected void |
initialize()
Initializes this BNF by registering child
JPQLQueryBNFs and ExpressionFactories . |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString, toString
public static final java.lang.String ID
InternalConcatExpressionBNF
.public InternalConcatExpressionBNF()
InternalConcatExpressionBNF
.protected void initialize()
JPQLQueryBNFs
and ExpressionFactories
.initialize
in class JPQLQueryBNF