FIX XML
ADD MAPPING
This commit is contained in:
@@ -27,8 +27,4 @@ public class Quizz implements Serializable {
|
||||
|
||||
@OneToMany(mappedBy = "quizz")
|
||||
private List<Question> questions=new ArrayList<Question>();
|
||||
|
||||
public void addQuestion(Question question) {
|
||||
this.questions.add(question);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user