I have a simple jpa entity \'ApplicationForm\' with a one to many list in it:
@OneToMany(cascade=CascadeType.REMOVE, mappedBy=\"textQuestion\") private Lis