Posts by Philippe Miranda • 11 points
1 post
-
1
votes1
answer521
viewsQ: Onetomany mapping with HIBERNATE associative table - JPA
I need to do a hibernate mapping of a relationship 1:N in two tables, however there is an associative table that has as columns the ids of the other two tables. Example: The table Servicos may…