|
Hello,
SQLServer2012Dialect class is provided by hibernate and adds compatibility with sequences. But, in hibernate spatial, SQLServer2012SpatialDialect doesn't exists and SQLServer2008SpatialDialect extends SQLServer2008Dialect so it can't work with sequences.
Is it possible to create SQLServer2012SpatialDialect to extend SQLServer2012Dialect?
Thank you.
Best regards, Eduardo.
|