Here is my simplified example code:
@Entity @Table(name = "persons") public class PersonEntity implements Serializable { @OneToMany(mappedBy =