HIBERNATE JBoss.org
 |  Register  | 
     
News 
About 
   Feature List 
   Road Map 
Documentation 
   Related Projects 
   External Documentation 
Download 
Forum & Mailinglists 
Support & Training 
JIRA Issue Tracking
Wiki Community Area


Hibernate Public Training Courses


Get Hibernate in Action eBook!


JavaWorld 2003 Finalist


Jolt Award 2004 Winner
      
Documentation > Community Area > Middlegen for Hibernate > Comments > MySQL Relationships Require InnoDB Tables


Comment
Prev. thread 
 Next thread
 
Prev. posting 
 Next posting
Subject: MySQL Relationships Require InnoDB Tables 10 Mar 2004, 06:49
From: wiverson Replies: 1, Views: 392
 
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.
 

Thread:
 MySQL Relationships Require InnoDB Tables 
 wiverson   10 Mar 2004, 06:49 
 Re: MySQL Relationships Require InnoDB Tables 
 mxc4   27 Jul 2004, 19:41 
      

coWiki