I've sent a pull request which contains the proposed change [1].
With that change, GridDialects can now also be configured as instance or
class type, and they can be a Configurable or ServiceRegistryAwareService.
Any feedback welcome.
--Gunnar
[1] https://github.com/hibernate/hibernate-ogm/pull/
Hi,
We currently have a custom mechanism for providing the current GridDialect
to components and I'm wondering about the motivation for this mechanism.
More specifically there is GridDialectFactory which instantiates the
dialect type and DatastoreServices which provides access to this instance.
S