[jboss-user] [JBoss Seam] - Re: how to make seam generate-entities detect many to many r

2007-04-23 Thread pkorros
Thanks for the quick reply! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039841#4039841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039841 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: how to make seam generate-entities detect many to many r

2007-04-23 Thread [EMAIL PROTECTED]
since seam crud pages doesn't support many-to-many it would break the crud to enable it. (Hibernate tools the engine below seam-gen does support it though - your linktables just need to *only* contain link info and foreignkeys to the respective entities; then it should just work) View the orig