Revert "Hibernate warning fixes"

This reverts commit dd653cb525.
This commit is contained in:
2025-10-25 15:22:03 +02:00
parent 1d0cc270e3
commit 1385dc56a1
9 changed files with 27 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ public class Round extends AbstractEntity {
private Status status;
@OneToMany(mappedBy = "round", cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
@OneToMany(cascade = CascadeType.MERGE, fetch = FetchType.LAZY)
@OrderBy("id")
private List<Match> matches;