Добавлена возможность делать паттерны регулярками

This commit is contained in:
serega6531
2019-05-12 02:11:07 +03:00
parent 3ce16c5bd3
commit 1e08c70a3b
2 changed files with 20 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ public class Pattern {
private String color; // для вставки в css
private boolean isRegex;
@ManyToMany(mappedBy = "foundPatterns", cascade = CascadeType.ALL)
@JsonIgnore
private List<Stream> matchedStreams;