The solution will be to use in "insertable=false"
like this:
        @JoinColumns( { @JoinColumn(name = 
"first",referencedColumnName="first",insertable=false,updatable=false)
                , @JoinColumn(name = 
"second",referencedColumnName="second",insertable=false,updatable=false) })

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

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

Reply via email to