[jboss-user] [EJB 3.0] - Re: Need some help with mapping
fhh
do-not-reply at jboss.com
Thu Apr 5 14:10:43 EDT 2007
Your ERM is broken :-)
If the primary key in the type table has three columns, then any foreign key referencing the type table must also have three columns. This is not a requirement of java persistence or hibernate but of any underlying sql database.
Ask whoever created this mess to create a foreign key constraint between the two tables. That is the easiest way to convince them they made a mistake.
Regards
Felix
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035124#4035124
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035124
More information about the jboss-user
mailing list