Class MySQL56InnoDBSpatialDialect

  • All Implemented Interfaces:
    java.io.Serializable, ConversionContext, SpatialDialect

    @Deprecated
    public class MySQL56InnoDBSpatialDialect
    extends MySQL56SpatialDialect
    Deprecated.
    Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
    Spatial Dialect for MySQL 5.6 with InnoDB engine.
    See Also:
    Serialized Form
    • Constructor Detail

      • MySQL56InnoDBSpatialDialect

        public MySQL56InnoDBSpatialDialect()
        Deprecated.