public static interface QueryDelegate.Factory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryDelegate.Factory.Descriptor
A
Factory wrapper that is used by the QueryDelegate.Factory.Registry. |
static interface |
QueryDelegate.Factory.Registry
A registry of query delegate factories.
|
| Modifier and Type | Method and Description |
|---|---|
QueryDelegate |
createQueryDelegate(EClassifier context,
java.util.Map<java.lang.String,EClassifier> parameters,
java.lang.String expression)
Creates a query delegate for the specified expression.
|
QueryDelegate createQueryDelegate(EClassifier context, java.util.Map<java.lang.String,EClassifier> parameters, java.lang.String expression)
context - the type of object against which the query will be executedparameters - a map of parameter names to typesexpression - the query textCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature