Having a parent and child class as below
@Entity class Parent { @Id Long id; @OneToMany(orphanRemoval = true, cascade = CascadeType.ALL) List<