public final class ComparisonExpressionFactory extends ExpressionFactory
ComparisonExpressionFactory creates a new ComparisonExpression when the
portion of the query to parse starts with <, >, <>, <=,
>= or =.ComparisonExpression| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
ComparisonExpressionFactory. |
| Constructor and Description |
|---|
ComparisonExpressionFactory()
Creates a new
ComparisonExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
ComparisonExpressionFactory.