Class MySQL55Dialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.community.dialect.MySQLLegacyDialect
org.hibernate.community.dialect.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 Details

    • MySQL55Dialect

      public MySQL55Dialect()
      Deprecated.