Class MySQL5SpatialDialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.dialect.MySQLDialect
org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
All Implemented Interfaces:
Serializable, FunctionContributor, TypeContributor, ConversionContext, SpatialDialect
Direct Known Subclasses:
MySQL5InnoDBSpatialDialect

@Deprecated public class MySQL5SpatialDialect extends MySQLDialect implements SpatialDialect
Deprecated.
Spatial Dialects are no longer needed
A Dialect for MySQL 5 using InnoDB engine, with support for its spatial features
See Also:
  • Constructor Details

    • MySQL5SpatialDialect

      public MySQL5SpatialDialect()
      Deprecated.