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.org.hibernate.spatial.dialect.mysql -
-
Uses of MySQLDialect in org.hibernate.dialect
Subclasses of MySQLDialect in org.hibernate.dialect Modifier and Type Class Description class
MariaDB106Dialect
Deprecated.useMariaDBDialect(1060)
class
MariaDBDialect
A SQL dialect for MariaDB 10.3 and above.class
MySQL8Dialect
Deprecated.useMySQLDialect(800)
class
TiDBDialect
A SQL dialect for TiDB.Methods in org.hibernate.dialect that return MySQLDialect Modifier and Type Method Description MySQLDialect
MySQLSqlAstTranslator. getDialect()
-
Uses of MySQLDialect in org.hibernate.spatial.dialect.mysql
Subclasses of MySQLDialect in org.hibernate.spatial.dialect.mysql Modifier and Type Class Description class
MySQL56InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL56SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQLSpatialDialect
Deprecated.SpatialDialects are no longer needed in Hibernate 6
-