Re: [hibernate-dev] Backport caching ValueBinders and ValueExtractors for a SqlTypeDescriptor from 6.0 to 5.x

2018-06-20 Thread andrea boriero
I can do it. On Tue, 19 Jun 2018 at 14:37, Steve Ebersole wrote: > Today, when either `SqlTypeDescriptor#getBinder` or > `SqlTypeDescriptor#getExtractor` are called we build/calculate the > binder/extractor each and every time. In 6.0 we added code that caches > these binders and extractors as

Re: [hibernate-dev] Provide a RegionFactory from Spring

2018-06-20 Thread Henri Tremblay
Thanks Steve. If I got it right, to gain flexibility we should instantiate programmatically? Because right now, the region factory is a class defined in the Spring configuration. Do you have an code example (I haven't done programmatic instantiation of Hibernate for a long long time) On Mon, 18