Hi all :)
does anyone knows if it makes any difference of the @JoinColumn order.
I had a problem and changing the order solved it for me.
joinColumns = { @JoinColumn(name = "profile_id"),@JoinColumn(name =
"population_id")})
I just changed between profile_id and population_id
thanks in advance
Yehuda
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973222#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...