Hibernate warning fixes
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
@@ -27,7 +27,7 @@ public class Round extends AbstractEntity {
|
||||
|
||||
private Status status;
|
||||
|
||||
@OneToMany(cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
|
||||
@OneToMany(mappedBy = "round", cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
|
||||
@OrderBy("id")
|
||||
private List<Match> matches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user