feat: add licence admin gestion
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user