mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-247 Query accelerator
Relax permissions (restricted in error) as they are needed in alfresco-enterprise-repo
This commit is contained in:
@@ -93,9 +93,9 @@ import org.springframework.util.StopWatch;
|
|||||||
@NotThreadSafe
|
@NotThreadSafe
|
||||||
public class DBQueryEngine implements QueryEngine
|
public class DBQueryEngine implements QueryEngine
|
||||||
{
|
{
|
||||||
private static final Log logger = LogFactory.getLog(DBQueryEngine.class);
|
protected static final Log logger = LogFactory.getLog(DBQueryEngine.class);
|
||||||
|
|
||||||
private static final String SELECT_BY_DYNAMIC_QUERY = "alfresco.metadata.query.select_byDynamicQuery";
|
protected static final String SELECT_BY_DYNAMIC_QUERY = "alfresco.metadata.query.select_byDynamicQuery";
|
||||||
|
|
||||||
protected SqlSessionTemplate template;
|
protected SqlSessionTemplate template;
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ public class DBQueryEngine implements QueryEngine
|
|||||||
|
|
||||||
private DictionaryService dictionaryService;
|
private DictionaryService dictionaryService;
|
||||||
|
|
||||||
private NamespaceService namespaceService;
|
protected NamespaceService namespaceService;
|
||||||
|
|
||||||
private NodeService nodeService;
|
private NodeService nodeService;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user