This commit is contained in:
@@ -43,7 +43,7 @@ public class Match extends AbstractEntity {
|
||||
private Player counter;
|
||||
|
||||
@OneToMany(cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
|
||||
private List<Game> games;// = new ArrayList<>();
|
||||
private List<Game> games;
|
||||
|
||||
private LocalDateTime startTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user