Uses of Class
org.hibernate.dialect.MySQL5Dialect
-
Packages that use MySQL5Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql -
-
Uses of MySQL5Dialect in org.hibernate.dialect
Subclasses of MySQL5Dialect 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
MariaDB106Dialect
An SQL dialect for MariaDB 10.6 and later, provides skip locked support.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
MySQL5InnoDBDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL8Dialect
-
Uses of MySQL5Dialect in org.hibernate.spatial.dialect.mariadb
Subclasses of MySQL5Dialect in org.hibernate.spatial.dialect.mariadb Modifier and Type Class Description class
MariaDB103SpatialDialect
-
Uses of MySQL5Dialect in org.hibernate.spatial.dialect.mysql
Subclasses of MySQL5Dialect 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
MySQL8SpatialDialect
Created by Karel Maesen, Geovise BVBA on 2019-03-07.
-