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#3973222

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

Reply via email to