setOfTags.stream().collect(Collectors.joining(";"))
String values = list.stream().collect(Collectors.joining("','", "'", "'"));