test et correction

This commit is contained in:
trochas
2025-10-17 13:58:59 +02:00
parent ddd4188524
commit f6250a2724
12 changed files with 145 additions and 34 deletions

View File

@@ -18,8 +18,8 @@ public class Quizz implements Serializable {
@GeneratedValue
private int id;
@ManyToOne
private Session session;
@ManyToMany
private List<Session> sessions = new ArrayList<Session>();
@ManyToOne
@JoinColumn(name="id_utilisateur")