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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompound()
Determines whether this BNF has child BNFs registered only to properly parse a query or if the
child BNFs are part of the BNF.
|
expressionFactory, expressionFactoryIds, getId, handleAggregate, handleCollection, hasIdentifier, identifiers, nonCompoundChildren, toStringpublic static final java.lang.String ID
BetweenExpressionBNF.public boolean isCompound()
BetweenExpressionBNF,
it registers a series of children BNFs but they shouldn't be used to determine if they are
part of that BNF since the comparator identifiers are.isCompound in class JPQLQueryBNFfalse by defaultEclipseLink 2.3.2, "build v20111125-r10461" API Reference