[jboss-user] [Persistence] - Re: Empty foreign key circular dependency

perfilgeminis do-not-reply at jboss.com
Thu Dec 10 14:03:26 EST 2009


Well, the problem was..... using parameter 'name' in annotation Table. When you repeat the value of name in a class and in one subclass... Hibernate find all dependecies but came into a cycle because use that value.... So when it find dependecies of the subclass, it use the table name of the superclass and closing the cycle.

Sorry my english
Regards

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270068



More information about the jboss-user mailing list