0 Replies Latest reply on May 1, 2009 12:38 PM by renxunsaky

    How to create OneToMany relationship from database using seam-gen

    renxunsaky

      Hi all,
          I am a new user of seam. Seam-gen is powerful. I am trying to generate entity beans in eclipse from the database. I created some tables with some foreign keys in MySql. But only innoDB engine supports foreign key, however, it only generated OneToOne relationship in the entity bean. When I tried to using the default engine of MySql --- MyISAM, it had no contribution to my OneToMany relationship at all. Is there anybody can help? Thanks very much!