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