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
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