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 . |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString
public static final java.lang.String ID
BetweenExpressionBNF
.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference