| Package | Description | 
|---|---|
| org.hibernate.spatial.criterion | 
    This extends the criterion API with spatial query expressions. | 
| org.hibernate.spatial.dialect.cockroachdb | SpatialDialects for CockroachDB | 
| org.hibernate.spatial.dialect.db2 | |
| org.hibernate.spatial.dialect.h2geodb | 
    This package contains the H2 Dialect extensions for the GeoDB dialect. | 
| org.hibernate.spatial.dialect.hana | |
| org.hibernate.spatial.dialect.mariadb | |
| org.hibernate.spatial.dialect.mysql | 
    This package contains the spatial extensions for the MySQL dialect. | 
| org.hibernate.spatial.dialect.oracle | 
    This package contains the spatial extensions for the Oracle 10g dialect. | 
| org.hibernate.spatial.dialect.postgis | 
    This package contains the spatial extensions for the Postgresql dialect. | 
| org.hibernate.spatial.dialect.sqlserver | 
    This package contains the spatial extensions for the SqlServer2008 dialect. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SpatialDialect | ExpressionUtil. getSpatialDialect(org.hibernate.criterion.CriteriaQuery criteriaQuery,
                 SpatialFunction function)Determines the  SpatialDialectfor the specifiedCriteriaQuery, and checks if the
 specified function is supported. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CockroachSpatialDialectTrait | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CockroachDB202SpatialDialectAn @{code SpatialDialect} for CockroachDB 20.2 and later. | 
| class  | CockroachDBSpatialSupport | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DB2SpatialDialect | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GeoDBDialectExtends the H2Dialect by also including information on spatial functions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HANASpatialDialect | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MariaDBSpatialDialectTrait | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MariaDB103SpatialDialect | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQL56InnoDBSpatialDialectDeprecated. 
 Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead. | 
| class  | MySQL56SpatialDialectExtends the MySQL5Dialect by including support for the spatial operators. | 
| class  | MySQL5InnoDBSpatialDialectDeprecated. 
 Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead. | 
| class  | MySQL5SpatialDialectA Dialect for MySQL 5 using InnoDB engine, with support for its spatial features | 
| class  | MySQL8SpatialDialectCreated by Karel Maesen, Geovise BVBA on 2019-03-07. | 
| class  | MySQLSpatialDialectA Dialect for MySQL with support for its spatial features | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OracleSpatial10gDialectSpatial Dialect for Oracle10g databases. | 
| class  | OracleSpatialSDO10gDialectA Spatial Dialect for Oracle 10g/11g that uses the "native" SDO spatial operators. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgisDialectDeprecated. 
 "Use one of the PostgisPGNNDialect classes" | 
| class  | PostgisNoSQLMMA Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3) | 
| class  | PostgisPG82DialectExtends the  PostgreSQL82Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisPG91DialectExtends the  PostgreSQL91Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisPG92DialectExtends the  PostgreSQL92Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisPG93DialectExtends the  PostgreSQL93Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisPG94DialectExtends the  PostgreSQL94Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisPG9Dialect*  Extends the  PostgreSQL9Dialectto add support for the Postgis spatial types, functions and operators . | 
| class  | PostgisSupportCreated by Karel Maesen, Geovise BVBA on 29/10/16. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SqlServer2008SpatialDialectThe  SpatialDialectfor Microsoft SQL Server (2008). | 
| class  | SqlServer2012SpatialDialectCreated by Karel Maesen, Geovise BVBA on 19/09/2018. | 
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.