This commit is contained in:
@@ -28,10 +28,11 @@ public class Round extends AbstractEntity {
|
||||
private Status status;
|
||||
|
||||
@OneToMany(cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
|
||||
private List<Match> matches;// = new ArrayList<>();
|
||||
@OrderBy("id")
|
||||
private List<Match> matches;
|
||||
|
||||
@OneToMany(cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
|
||||
private List<Team> quit;// = new ArrayList<>();
|
||||
private List<Team> quit;
|
||||
|
||||
@ManyToOne
|
||||
private Team drawnOut;
|
||||
|
||||
Reference in New Issue
Block a user