Hi,
I like to generate following annotation:
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "residualValueMatrix", orphanRemoval = true)
How can I add the orphanRemoval = true ?
I set the Cascade.ALL by using the foreign key property in the hibernate.reveng.xml .
Thank you!
Katharina