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 String |
ID
The unique identifier of this
NotExpressionFactory . |
Constructor and Description |
---|
NotExpressionFactory()
Creates a new
NotExpressionFactory . |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
public static final String ID
NotExpressionFactory
.EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference