Class MySQLMyISAMDialect

  • All Implemented Interfaces:
    ConversionContext

    @Deprecated
    public class MySQLMyISAMDialect
    extends MySQLDialect
    Deprecated.
    Use "hibernate.dialect.storage_engine=myisam" environment variable or JVM system property instead.
    A Dialect for MySQL using the MyISAM engine
    • Constructor Detail

      • MySQLMyISAMDialect

        public MySQLMyISAMDialect()
        Deprecated.
    • Method Detail

      • dropConstraints

        public boolean dropConstraints()
        Deprecated.
        Description copied from class: Dialect
        Do we need to drop constraints before dropping tables in this dialect?
        Overrides:
        dropConstraints in class MySQLDialect
        Returns:
        True if constraints must be dropped prior to dropping the table; false otherwise.