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

@@ -20,8 +20,8 @@ public class Registration extends AbstractEntity {
@ManyToOne
private Event event;
// @ManyToOne
// private Tournament tournament;
@ManyToOne
private Tournament tournament;
@ManyToOne
@JoinColumn(name = "player_id")