Ajout de mappedBy = "parent1", cascade = CascadeType.ALL, orphanRemoval = true
à l'annotation @OneToMany dans parent
par Set<Child> children
fonctionne.
Ajout de mappedBy = "parent1", cascade = CascadeType.ALL, orphanRemoval = true
à l'annotation @OneToMany dans parent
par Set<Child> children
fonctionne.