feat: add licence admin gestion

This commit is contained in:
2024-02-04 13:49:01 +01:00
parent c6130cf65f
commit 0c9020890a
16 changed files with 826 additions and 457 deletions

View File

@@ -53,6 +53,6 @@ public class MembreModel {
String url_photo;
@OneToMany(mappedBy = "membre", fetch = FetchType.EAGER)
@OneToMany(mappedBy = "membre", fetch = FetchType.LAZY)
List<LicenceModel> licences;
}