What\'s the exact difference between @JoinColumn and @PrimaryKeyJoinColumn?
@JoinColumn
@PrimaryKeyJoinColumn
You use @JoinColumn for columns that are part of a
I normally differentiate these two via this diagram:
Use PrimaryKeyJoinColumn
PrimaryKeyJoinColumn
Use JoinColumn
JoinColumn