mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
SEARCH-433 CMIS QL - Support inner and left outer joins from/to a single type and any number of aspects
- fix tabs top spaces
This commit is contained in:
@@ -78,7 +78,7 @@ public class AspectSupport implements DBQueryBuilderComponent
|
||||
*/
|
||||
@Override
|
||||
public void prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors,
|
||||
Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble)
|
||||
Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -135,9 +135,9 @@ public class AspectSupport implements DBQueryBuilderComponent
|
||||
|
||||
}
|
||||
|
||||
public void setJoinType(JoinType joinType)
|
||||
{
|
||||
this.joinType = joinType;
|
||||
}
|
||||
public void setJoinType(JoinType joinType)
|
||||
{
|
||||
this.joinType = joinType;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user