Class MySQLSpatialDialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.dialect.MySQLDialect
org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
All Implemented Interfaces:
Serializable, FunctionContributor, TypeContributor, ConversionContext, SpatialDialect

@Deprecated public class MySQLSpatialDialect extends MySQLDialect implements SpatialDialect
Deprecated.
SpatialDialects are no longer needed in Hibernate 6
A Dialect for MySQL with support for its spatial features
See Also:
  • Constructor Details

    • MySQLSpatialDialect

      public MySQLSpatialDialect()
      Deprecated.