Posts by Rafael Guzzo • 1 point
1 post
-
0
votes1
answer63
viewsQ: Intermediate table mapping with JPA attributes
Hello, I’m trying to create a relationship where there is an intermediary table that has fields other than foreign keys. My classes are like this: @Entity public class Pedido { @Id…