java Programming Glossary: primarykeyjoincolumn
JPA: difference between @JoinColumn and @PrimaryKeyJoinColumn? http://stackoverflow.com/questions/3417097/jpa-difference-between-joincolumn-and-primarykeyjoincolumn difference between @JoinColumn and @PrimaryKeyJoinColumn What's the exact difference between @JoinColumn and @PrimaryKeyJoinColumn.. What's the exact difference between @JoinColumn and @PrimaryKeyJoinColumn You use @JoinColumn for columns that are part of a foreign key... Now the question is Are @Id @JoinColumn the same as just @PrimaryKeyJoinColumn @ManyToOne @PrimaryKeyJoinColumn name ... private OtherClass..
|