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 SpatialDialectExpressionUtil. getSpatialDialect(org.hibernate.criterion.CriteriaQuery criteriaQuery, SpatialFunction function)Determines theSpatialDialectfor 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 classDB2SpatialDialect -
Uses of SpatialDialect in org.hibernate.spatial.dialect.h2geodb
Classes in org.hibernate.spatial.dialect.h2geodb that implement SpatialDialect Modifier and Type Class Description classGeoDBDialectExtends 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 classHANASpatialDialect -
Uses of SpatialDialect in org.hibernate.spatial.dialect.mysql
Classes in org.hibernate.spatial.dialect.mysql that implement SpatialDialect Modifier and Type Class Description classMySQL56InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL56SpatialDialectExtends the MySQL5Dialect by including support for the spatial operators.classMySQL5InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5SpatialDialectA Dialect for MySQL 5 using InnoDB engine, with support for its spatial featuresclassMySQLSpatialDialectA 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 classOracleSpatial10gDialectSpatial Dialect for Oracle10g databases.classOracleSpatialSDO10gDialectA 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 classPostgisDialectDeprecated."Use one of the PostgisPGNNDialect classes"classPostgisNoSQLMMA Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3)classPostgisPG82DialectExtends thePostgreSQL82Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG91DialectExtends thePostgreSQL91Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG92DialectExtends thePostgreSQL92Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG93DialectExtends thePostgreSQL93Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG94DialectExtends thePostgreSQL94Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG95DialectExtends thePostgreSQL95Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG9Dialect* Extends thePostgreSQL9Dialectto add support for the Postgis spatial types, functions and operators .classPostgisSupportCreated 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 classSqlServer2008SpatialDialectTheSpatialDialectfor Microsoft SQL Server (2008).
-