Uses of Class
org.hibernate.dialect.MySQLDialect
-
Packages that use MySQLDialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.mysql -
-
Uses of MySQLDialect in org.hibernate.dialect
Subclasses of MySQLDialect in org.hibernate.dialect Modifier and Type Class Description classMariaDB102DialectclassMariaDB103DialectAn SQL dialect for MariaDB 10.3 and later, provides sequence support, lock-timeouts, etc.classMariaDB10DialectclassMariaDB53DialectclassMariaDBDialectclassMySQL55DialectAn SQL dialect for MySQL 5.5.x specific features.classMySQL57DialectclassMySQL57InnoDBDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5DialectAn SQL dialect for MySQL 5.x specific features.classMySQL5InnoDBDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL8DialectclassMySQLInnoDBDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQLMyISAMDialectDeprecated.Use "hibernate.dialect.storage_engine=myisam" environment variable or JVM system property instead. -
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.classMySQL56SpatialDialectExtends the MySQL5Dialect by including support for the spatial operators.classMySQL5InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5SpatialDialectA Dialect for MySQL 5 using InnoDB engine, with support for its spatial featuresclassMySQLSpatialDialectA Dialect for MySQL with support for its spatial features
-