public final class KeywordExpressionFactory extends ExpressionFactory
KeywordExpressionFactory creates a new KeywordExpression when the
portion of the JPQL query to parse is FALSE, TRUE or
NULL.
EclipseLink 2.5 added two new identifiers: MINVALUE and MAXVALUE.
KeywordExpression| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
KeywordExpressionFactory. |
| Constructor and Description |
|---|
KeywordExpressionFactory()
Creates a new
KeywordExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
KeywordExpressionFactory.