Posts by Marcelo Jordão • 21 points
2 posts
-
1
votes2
answers339
viewsA: Incomplete entity class problem - JPA
Guys I solved my problem like this: public class CotDetForn implements Serializable { private static final long serialVersionUID = 1L; @EmbeddedId protected CotDetFornPK cotDetFornPK; //// troquei o…
-
1
votes2
answers339
viewsQ: Incomplete entity class problem - JPA
Personal I am trying to make the relationship between two class (Cotdetatlhe and Cotdetforn), but I am facing the following problem: The @Joincolumns on the annotated element [field cotDetatlhe]…