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