Hi all,
I'm using MySQL 4.0.15 with Hibernate 2.1.2 and have a couple questions regarding Hibenate's SchemaUpdate.
1. Why does SchemaUpdate continually try to create the foreign key contraints on the MySQL database tables until it maxs them out to having 32 keys each?
2. Is there a setting to control this that I've missed in the documentation?
3. Why is SchemaUpdate trying to create these keys each time the mappings are loaded when they have already been created at the time the database tables were created (AND if Hibernate created them in the first place) ?
BTW, I'm using MySQL INNODB tables.
Thanks!
|