Class MySQL56SpatialDialect

  • All Implemented Interfaces:
    Serializable, ConversionContext, SpatialDialect
    Direct Known Subclasses:
    MySQL56InnoDBSpatialDialect

    @Deprecated
    public class MySQL56SpatialDialect
    extends MySQL55Dialect
    implements SpatialDialect
    Deprecated.
    Spatial Dialects are no longer needed
    Extends the MySQL5Dialect by including support for the spatial operators.

    This SpatialDialect uses the ST_* spatial operators that operate on exact geometries which have been added in MySQL version 5.6.1. Previous versions of MySQL only supported operators that operated on Minimum Bounding Rectangles (MBR's). This dialect my therefore produce different results than the other MySQL spatial dialects.

    See Also:
    Serialized Form
    • Constructor Detail

      • MySQL56SpatialDialect

        public MySQL56SpatialDialect()
        Deprecated.