Posts by Dennys Fredericci • 111 points
1 post
-
1
votes1
answer29
viewsA: Error in Relationship NoHibernate
In which table is the secretaria_id column? It is in the user table? In the User Voce class you have: @ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.DETACH) private List<String>…