Galder Zamarreño wrote:
On Oct 12, 2010, at 6:27 PM, Elias Ross wrote:
> It'd be interesting if Infinispan simply could use directly (or
> repackage) the Hibernate dialects as-is for the JDBC cache store. It
> might save some time.
I think Elias has a very good point here, can we consume Hibernate's dialects
directly instead of reimplementing the same logic again?
Bringing hibernate-core might be too much but if dialect classes can be consumed
separately, we could maybe suggest the hibernate guys to separate them into a diff module.
Yeah, I thought about that, and it's indeed a very good idea to consume
their dialect metadata implementation. However, I'm not sure they can
split it as a separate module because they are tightly coupled with some
core types.
--
http://gleamynode.net/