Posts by Geovanne Duarte • 36 points
1 post
-
2
votes1
answer799
viewsA: How to create JPA class from an N to N relationship
To create this table you need instead an object that contains an Id for an entity (Embeddedid). For example: @Embeddable public class ExamesCadastradosPK { @ManyToMany…
javaanswered Geovanne Duarte 36