List of usage examples for org.hibernate.dialect MySQLMyISAMDialect subclass-usage
From source file hjb4u.database.NoBitsMySQL5MyIsamDialect.java
/**
* <code>NoBitsMySQLMyIsamDialect</code>
* Date: 13/05/2010
* Time: 4:34:35 PM
*
* @Author Nigel B
From source file hjb4u.database.NoBitsMySQLMyIsamDialect.java
/**
* <code>NoBitsMySQLMyIsamDialect</code>
* Date: 13/05/2010
* Time: 4:34:35 PM
*
* @Author Nigel B
From source file org.wise.util.MySQL5MyISAMDialect.java
/**
* Overrides getTableTypeString() method of MySQL5Dialect
* and returns engine=MyISAM instead of type=MyISAM when "create table..." queries
* are created by hibernate.
*
* Solves this problem: http://code.google.com/p/wise4/issues/detail?id=192