MySQLDialect vs. MySQLInnoDBDialect
I've used Hibernate's MySQLDialect ever since I started using Hibernate and MySQL. However, I noticed with Hibernate 3 there's a couple of new MySQL Dialects in town: MySQLInnoDBDialect and MySQLMyISAMDialect. Using MySQLDialect still seems to work fine for me - and it handles transaction rollbacks when I'm using InnoDB types.
What's the point of these fine-grained dialects? Should they be used when possible, or does MySQLDialect default to one of these based on MySQL metadata? IMO, Hibernate's javadocs could stand to have a little more "doc" action. Maybe I'm just not looking in the right place for the answer to this question.
Posted by Nicolas Cornaglia on October 19, 2005 at 03:23 PM MDT #
Posted by 64.26.193.89 on October 19, 2005 at 03:53 PM MDT #
Posted by Matt Raible on October 19, 2005 at 09:46 PM MDT #
Posted by Thomas Risberg on October 20, 2005 at 01:39 AM MDT #
Posted by John Fereira on October 23, 2005 at 01:22 PM MDT #