Re: [hibernate-dev] [OGM] Managing GridDialect via the service registry

2013-12-20 Thread Gunnar Morling
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/

[hibernate-dev] [OGM] Managing GridDialect via the service registry

2013-12-17 Thread Gunnar Morling
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