> Does the HQL to native query mechanic use this too?
Indirectly. It's used for converting query parameters, if that helps.
2016-06-08 9:31 GMT+02:00 Emmanuel Bernard :
> Does the HQL to native query mechanic use this too?
>
> > On 08 Jun 2016, at 08:50, Gunnar Morling wrote:
> >
> > JavaTypeDe
For what it is worth, the specific changes I have in mind are to scope the
following delegates to our JPA javax.persistence.metamodel.Metamodel impl,
and to expose them via our extension contracts:
1.
org.hibernate.type.proposed.spi.descriptor.java.JavaTypeDescriptorRegistry
2.
org.hi
Hi,
After reviewing the PR for https://hibernate.atlassian.net/browse/HHH-9486,
I realized we could indeed improve the follow on locking for Oracle.
The issue with Oracle is partly explained in the Oracle docs:
https://docs.oracle.com/database/121/SQLRF/statements_10002.htm#sthref7465
The basic