public class DBQueryEngine extends Object implements QueryEngine
| Constructor and Description |
|---|
DBQueryEngine() |
| Modifier and Type | Method and Description |
|---|---|
QueryEngineResults |
executeQuery(Query query,
QueryOptions options,
FunctionEvaluationContext functionContext) |
QueryModelFactory |
getQueryModelFactory() |
void |
setDictionaryService(DictionaryService dictionaryService) |
void |
setMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2) |
void |
setNamespaceService(NamespaceService namespaceService) |
void |
setNodeDAO(NodeDAO nodeDAO) |
void |
setNodeService(NodeService nodeService) |
void |
setQnameDAO(QNameDAO qnameDAO) |
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
void |
setTenantService(TenantService tenantService) |
public void setMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2)
public void setTenantService(TenantService tenantService)
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
public void setQnameDAO(QNameDAO qnameDAO)
qnameDAO - the qnameDAO to setpublic void setDictionaryService(DictionaryService dictionaryService)
dictionaryService - the dictionaryService to setpublic void setNamespaceService(NamespaceService namespaceService)
namespaceService - the namespaceService to setpublic void setNodeService(NodeService nodeService)
nodeService - the nodeService to setpublic void setNodeDAO(NodeDAO nodeDAO)
nodeDAO - the nodeDAO to setpublic QueryEngineResults executeQuery(Query query, QueryOptions options, FunctionEvaluationContext functionContext)
executeQuery in interface QueryEnginepublic QueryModelFactory getQueryModelFactory()
getQueryModelFactory in interface QueryEngineCopyright © 2005–2021 Alfresco Software. All rights reserved.