feat: AffiliationCard

This commit is contained in:
2024-07-14 15:00:28 +02:00
parent 6a21bd4735
commit b2438ec3d8
10 changed files with 99 additions and 102 deletions

View File

@@ -53,6 +53,6 @@ public class ClubModel {
boolean international;
@OneToMany(mappedBy = "club", fetch = FetchType.EAGER)
@OneToMany(mappedBy = "club", fetch = FetchType.LAZY)
List<AffiliationModel> affiliations;
}