Uses of Interface
org.hibernate.spatial.SpatialDialect
-
-
Uses of SpatialDialect in org.hibernate.spatial.criterion
Methods in org.hibernate.spatial.criterion that return SpatialDialect Modifier and Type Method Description static SpatialDialect
ExpressionUtil. getSpatialDialect(CriteriaQuery criteriaQuery, SpatialFunction function)
Determines theSpatialDialect
for the specifiedCriteriaQuery
, and checks if the specified function is supported. -
Uses of SpatialDialect in org.hibernate.spatial.dialect.db2
Classes in org.hibernate.spatial.dialect.db2 that implement SpatialDialect Modifier and Type Class Description class
DB2SpatialDialect
-
Uses of SpatialDialect in org.hibernate.spatial.dialect.h2geodb
Classes in org.hibernate.spatial.dialect.h2geodb that implement SpatialDialect Modifier and Type Class Description class
GeoDBDialect
Extends the H2Dialect by also including information on spatial functions. -
Uses of SpatialDialect in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement SpatialDialect Modifier and Type Class Description class
HANASpatialDialect
-
Uses of SpatialDialect in org.hibernate.spatial.dialect.mysql
Classes in org.hibernate.spatial.dialect.mysql that implement SpatialDialect 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 -
Uses of SpatialDialect in org.hibernate.spatial.dialect.oracle
Classes in org.hibernate.spatial.dialect.oracle that implement SpatialDialect Modifier and Type Class Description class
OracleSpatial10gDialect
Spatial Dialect for Oracle10g databases.class
OracleSpatialSDO10gDialect
A Spatial Dialect for Oracle 10g/11g that uses the "native" SDO spatial operators. -
Uses of SpatialDialect in org.hibernate.spatial.dialect.postgis
Classes in org.hibernate.spatial.dialect.postgis that implement SpatialDialect Modifier and Type Class Description class
PostgisDialect
Deprecated."Use one of the PostgisPGNNDialect classes"class
PostgisNoSQLMM
A Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3)class
PostgisPG82Dialect
Extends thePostgreSQL82Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG91Dialect
Extends thePostgreSQL91Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG92Dialect
Extends thePostgreSQL92Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG93Dialect
Extends thePostgreSQL93Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG94Dialect
Extends thePostgreSQL94Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG95Dialect
Extends thePostgreSQL95Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG9Dialect
* Extends thePostgreSQL9Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisSupport
Created by Karel Maesen, Geovise BVBA on 29/10/16. -
Uses of SpatialDialect in org.hibernate.spatial.dialect.sqlserver
Classes in org.hibernate.spatial.dialect.sqlserver that implement SpatialDialect Modifier and Type Class Description class
SqlServer2008SpatialDialect
TheSpatialDialect
for Microsoft SQL Server (2008).
-