I think the answer is
| @ManyToOne(fetch=FetchType.LAZY, optional = false)
| @JoinColumn(table="ContactDetails", name="player_id")
| public Player getPlayer() {
| return player;
| }
| public void setPlayer(Player player) {
| this.player = player;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053987#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...