Hi All,
I just want to know if we can implement OnetoMany and ManytoMany relation ships using @primarykeyJoinColumn.
In
EJB in Action OnetoMany and ManytoMany are implemented using @JoinColumn annotation where as OnetoOne is implemented by using both @JoinColumn and @primarykeyJoinColumn annotations.
It would be great if anybody can post the implementation part.
Regards
Sudhakar