Добавлена возможность задать направление паттерна

This commit is contained in:
serega6531
2019-09-23 18:00:20 +03:00
parent 88c0ded256
commit 8d5b6072da
5 changed files with 17 additions and 3 deletions

View File

@@ -34,6 +34,8 @@ public class Pattern {
private boolean isRegex;
private PatternType type;
@ManyToMany(mappedBy = "foundPatterns", cascade = CascadeType.ALL, fetch = FetchType.LAZY)
@JsonIgnore
private List<Stream> matchedStreams;