Posts by mPissolato • 43 points
1 post
-
3
votes2
answers598
viewsQ: Error in @Onetomany mapping with JPA and Hibernate
At the moment, I’m having a problem with mapping @OneToMany/@ManyToOne in my application. I would like it when I persist my entity Sale automatically save the sale items in single shot. @Entity…