Добавлен поиск паттернов в прошлых стримах

This commit is contained in:
serega6531
2021-01-10 03:03:43 +03:00
parent 4d1d581448
commit dd0dd9aa62
6 changed files with 96 additions and 3 deletions

View File

@@ -42,7 +42,10 @@ public class Pattern {
private PatternActionType actionType;
private long searchStartTimestamp;
@ManyToMany(mappedBy = "foundPatterns", fetch = FetchType.LAZY)
private List<Stream> matchedStreams;
}