public class FetchRunnerImpl extends ServiceBase implements FetchRunner
et, factorySvc, log| Constructor and Description |
|---|
FetchRunnerImpl(FactoryService factorySvc,
DBExecutor dbexecutor,
DTypeRegistry registry,
VarEvaluator eval) |
| Modifier and Type | Method and Description |
|---|---|
QueryResponse |
load(DRelation drel,
String targetFieldName) |
QueryResponse |
load(String typeName,
String fieldName,
DValue keyVal) |
QueryResponse |
queryOwningType(DStructType owningType,
String fieldName,
DRelation drel) |
public FetchRunnerImpl(FactoryService factorySvc, DBExecutor dbexecutor, DTypeRegistry registry, VarEvaluator eval)
public QueryResponse load(DRelation drel, String targetFieldName)
load in interface FetchRunnerpublic QueryResponse queryOwningType(DStructType owningType, String fieldName, DRelation drel)
queryOwningType in interface FetchRunnerpublic QueryResponse load(String typeName, String fieldName, DValue keyVal)
load in interface FetchRunnerCopyright © 2020. All rights reserved.