Class MySQL5Dialect

  • All Implemented Interfaces:
    org.hibernate.boot.model.FunctionContributor, org.hibernate.boot.model.TypeContributor, org.hibernate.exception.spi.ConversionContext

    @Deprecated
    public class MySQL5Dialect
    extends MySQLLegacyDialect
    Deprecated.
    use MySQLLegacyDialect(500)
    An SQL dialect for MySQL 5.x specific features.
    • Constructor Detail

      • MySQL5Dialect

        public MySQL5Dialect()
        Deprecated.