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.mariadb org.hibernate.spatial.dialect.mysql -
-
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() -
Uses of MySQLDialect in org.hibernate.spatial.dialect.mariadb
Subclasses of MySQLDialect in org.hibernate.spatial.dialect.mariadb Modifier and Type Class Description classMariaDB103SpatialDialectDeprecated.Spatial Dialects are no longer needed. -
Uses of MySQLDialect in org.hibernate.spatial.dialect.mysql
Subclasses of MySQLDialect in org.hibernate.spatial.dialect.mysql Modifier and Type Class Description classMySQL56InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL56SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQL5InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQLSpatialDialectDeprecated.SpatialDialects are no longer needed in Hibernate 6
-