Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.spatial.dialect.mariadb | |
org.hibernate.spatial.dialect.mysql |
This package contains the spatial extensions for the MySQL dialect.
|
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
MariaDB103SpatialDialect |
Modifier and Type | Class and 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 features
|
class |
MySQL8SpatialDialect
Created by Karel Maesen, Geovise BVBA on 2019-03-07.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.