Class MySQL55Dialect

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

    @Deprecated
    public class MySQL55Dialect
    extends MySQLLegacyDialect
    Deprecated.
    use MySQLDialect(550)
    An SQL dialect for MySQL 5.5.x specific features.
    • Constructor Detail

      • MySQL55Dialect

        public MySQL55Dialect()
        Deprecated.