Posts by codigoalvo • 21 points
1 post
-
1
votes1
answer308
viewsQ: Problem inserting object with Manytoone JPA
I will try to exemplify my problem with simpler classes than in my application: I have for example the Main class and an Item class. In Main, I have a property of type Item annotated with Manytoone,…