When I add "@Column(name = "client _id")" in Client class over 

  | public int getId() {return id;
  |     }
  | 

and in class Book "@ManyToOne, @JoinColumn(name = "grupaProd_id")" over


  | public Client getClient() {
  |             return client;
  |     }
  | 

problem disappear. Anyway thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005717#4005717

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005717
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to