Posts by Ivonildo Lopes • 1 point
1 post
-
0
votes3
answers572
viewsA: How to map an entity with a composite key using JPA?
face I don’t know if that’s what you want but this one @Entity @Table(name = "USUARIO_CARGO") public class usuario_Cargo implements Serializable { @Id @JoinColumn(name = "USARIO_ID",…