ADD MAPPING
This commit is contained in:
Vu Tuan Minh
2025-10-01 13:32:45 +02:00
parent f4c990c0fb
commit bd301f169d
17 changed files with 110 additions and 49 deletions

View File

@@ -20,6 +20,7 @@ public class Session implements Serializable {
@Column(unique=true)
private int codePIN;
@OneToMany(mappedBy="session")
private List<Quizz> quizzs = new ArrayList<>();