The MySQL Provider adds support for MySQL to Hibernate Spatial. It has been tested with MySQL 5.0 and should work with any version later than that.
This provider provides two dialects for MySQL. The MySQLSpatialDialect and the MySQLSpatialInnoDBDialect. They extend their respective non-spatial Hibernate dialects
Note that MySQL does not completely implement the OGC Simple Feature Specification. Some functions that work for PostGIS or Oracle may fail to work for MySQL.