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 class
MariaDB102Dialect
class
MariaDB103Dialect
An SQL dialect for MariaDB 10.3 and later, provides sequence support, lock-timeouts, etc.class
MariaDB10Dialect
class
MariaDB53Dialect
class
MariaDBDialect
class
MySQL55Dialect
An SQL dialect for MySQL 5.5.x specific features.class
MySQL57Dialect
class
MySQL57InnoDBDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5Dialect
An SQL dialect for MySQL 5.x specific features.class
MySQL5InnoDBDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL8Dialect
class
MySQLInnoDBDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQLMyISAMDialect
Deprecated.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 class
MySQL56InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL56SpatialDialect
Extends the MySQL5Dialect by including support for the spatial operators.class
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
A Dialect for MySQL 5 using InnoDB engine, with support for its spatial featuresclass
MySQLSpatialDialect
A Dialect for MySQL with support for its spatial features
-