Hinzufügen von mappedBy = "parent1", cascade = CascadeType.ALL, orphanRemoval = true
zur Annotation @OneToMany in parent
durch Set<Child> children
funktioniert.
Hinzufügen von mappedBy = "parent1", cascade = CascadeType.ALL, orphanRemoval = true
zur Annotation @OneToMany in parent
durch Set<Child> children
funktioniert.