On 10 Mar 2004 06:49, wiverson wrote:
>You must use InnoDB tables (and have the foreign keys set) for Middlegen
>to pick up the relationships.
>If you already have MyISAM tables, see...
>http://www.mysql.com/doc/en/Converting_tables_to_InnoDB.html
>I was able to pick up relationships using
>mysql-connector-java-3.0.10-stable-bin.jar.
I have the 3.0.14 version of this driver and still cannot pick up the
relationships. I know its not the driver as the eclipse plugin Hibernate
Synchroniser can pick up the relationships with this driver.
Is there some sort of option I am supposed to pass to the ant script to
pick up the relationships? |