I have two entites, Person and Teacher, with a OneToMany relationship:
Person
Teacher
public class Person implements Serializable { @Id @Column(nullable = false) private String ...