public final class BetweenExpressionBNF extends JPQLQueryBNF
between_expression ::= arithmetic_expression [NOT] BETWEEN arithmetic_expression AND arithmetic_expression |
string_expression [NOT] BETWEEN string_expression AND string_expression |
datetime_expression [NOT] BETWEEN datetime_expression AND datetime_expression
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier of this
BetweenExpressionBNF . |
Constructor and Description |
---|
BetweenExpressionBNF()
Creates a new
BetweenExpressionBNF . |
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
BetweenExpressionBNF
.public BetweenExpressionBNF()
BetweenExpressionBNF
.protected void initialize()
JPQLQueryBNFs
and ExpressionFactories
.initialize
in class JPQLQueryBNF