Class MySQL5InnoDBSpatialDialect

All Implemented Interfaces:
Serializable, FunctionContributor, TypeContributor, ConversionContext, SpatialDialect

@Deprecated public class MySQL5InnoDBSpatialDialect extends MySQL5SpatialDialect
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
A Dialect for MySQL 5 using InnoDB engine, with support for its spatial features
See Also:
  • Constructor Details

    • MySQL5InnoDBSpatialDialect

      public MySQL5InnoDBSpatialDialect()
      Deprecated.