0 Replies Latest reply on Mar 29, 2007 4:34 PM by kingcu

    seam-gen reverse engineer doesn't recognize link table

    kingcu

      I have a one-to-many relationship, which involves 3 database tables: a table for the one side, a table for the many side and a link table. After I run seam generate-entities, it created 3 entity beans, instead of 2 as I would expect!

      I can probably get around this by removing the link table and adding a foreign key in the table that's on the many side. Then, what about a many-to-many relationship, in which case the link table is a must. Please fix seam-gen so it will detect a link table and act accordingly.

      Thanks.