Posts by Bruno Diorio • 11 points
1 post
- 
		1 votes1 answer27 viewsA: Hibernate Does Not Create Schema TablesIn the Teacher class, create a Course list, and use the annotation @OneToMany(mappedBy="professor") private List<Curso> lsCurso; 
1 post
1
votes1
answer27
viewsIn the Teacher class, create a Course list, and use the annotation @OneToMany(mappedBy="professor") private List<Curso> lsCurso;