public final class NotExpressionFactory extends ExpressionFactory
NotExpressionFactory creates a new NotExpression when the portion of the
query to parse starts with NOT. If the text has another identifier that is negated, then
the right expression will be created.NotExpression| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this
NotExpressionFactory. |
| Constructor and Description |
|---|
NotExpressionFactory()
Creates a new
NotExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final java.lang.String ID
NotExpressionFactory.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference