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 java.lang.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 java.lang.String ID
KeywordExpressionFactory.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference