Uses of Interface
org.hibernate.spatial.SpatialDialect
-
Packages that use SpatialDialect Package Description org.hibernate.spatial.dialect.cockroachdb SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.sqlserver -
-
Uses of SpatialDialect in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement SpatialDialect Modifier and Type Class Description class
CockroachDB202SpatialDialect
Deprecated.Spatial Dialects are no longer needed. -
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.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.mariadb
Classes in org.hibernate.spatial.dialect.mariadb that implement SpatialDialect Modifier and Type Class Description class
MariaDB103SpatialDialect
Deprecated.Spatial Dialects are no longer needed. -
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
Deprecated.Spatial Dialects are no longer neededclass
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQLSpatialDialect
Deprecated.SpatialDialects are no longer needed in Hibernate 6 -
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
Deprecated.A SpatialDialect is no longer required.class
OracleSpatialSDO10gDialect
Deprecated.A SpatialDialect is no longer required. -
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
Deprecated.A SpatialDialect is no longer required.class
SqlServer2012SpatialDialect
Deprecated.A SpatialDialect is no longer required.
-