类 MySQLMyISAMDialect

  • 所有已实现的接口:
    ConversionContext

    @Deprecated
    public class MySQLMyISAMDialect
    extends MySQLDialect
    已过时。
    Use "hibernate.dialect.storage_engine=myisam" environment variable or JVM system property instead.
    A Dialect for MySQL using the MyISAM engine
    作者:
    Gavin King
    • 构造器详细资料

      • MySQLMyISAMDialect

        public MySQLMyISAMDialect()
        已过时。
    • 方法详细资料

      • dropConstraints

        public boolean dropConstraints()
        已过时。
        从类复制的说明: Dialect
        Do we need to drop constraints before dropping tables in this dialect?
        覆盖:
        dropConstraints 在类中 MySQLDialect
        返回:
        True if constraints must be dropped prior to dropping the table; false otherwise.