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!