The goal is to remove all Dependent when their Owner is deleted. I have the following classes:
@Entity class Dependent { @ManyToOne(cascade = CascadeType.PERSIST, fetch = ...