Class MySQL56SpatialDialect

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

@Deprecated public class MySQL56SpatialDialect extends MySQLDialect 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:
  • Constructor Details

    • MySQL56SpatialDialect

      public MySQL56SpatialDialect()
      Deprecated.