Class MySQL5Dialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.community.dialect.MySQLLegacyDialect
org.hibernate.community.dialect.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 MySQLDialect(500)
An SQL dialect for MySQL 5.x specific features.
  • Constructor Details

    • MySQL5Dialect

      public MySQL5Dialect()
      Deprecated.