entityConditionList.add(econd);
}
}
String operatorName = combineExdr.expandString(context);
EntityOperator operator = EntityOperator.lookup(operatorName);
if (operator == null) {
throw new IllegalArgumentException("Could not find an entity operator for the name: " + operatorName);
}
return new EntityConditionList(entityConditionList, (EntityJoinOperator) operator);