Uses of Class
org.hibernate.dialect.MySQLDialect
-
Packages that use MySQLDialect Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of MySQLDialect in org.hibernate.dialect
Subclasses of MySQLDialect in org.hibernate.dialect Modifier and Type Class Description classMariaDB103DialectDeprecated.useMariaDBDialect(1030)classMariaDB106DialectDeprecated.useMariaDBDialect(1060)classMariaDBDialectA SQL dialect for MariaDB 10.3 and above.classMySQL57DialectDeprecated.useMySQLDialect(570)classMySQL8DialectDeprecated.useMySQLDialect(800)classTiDBDialectA SQL dialect for TiDB.Methods in org.hibernate.dialect that return MySQLDialect Modifier and Type Method Description MySQLDialectMySQLSqlAstTranslator. getDialect()
-