Hi,
Since hibenrate-spatial has been merged into Hibernate code base, shouldn't
we merge the Dialects as well.
For instance, we have MySQL56InnoDBSpatialDialect which can simply be
merged into a MySQL56InnoDBDialect.
This way, MySQL57InnoDBDialect can take advantage of spatial queries as
well.
The only drawback is that we need to add the geolatte-geom lib to
hibernate-orm.
Let me know what you think.
Vlad