Re: [hibernate-dev] 5.2 or 6.0

2016-06-09 Thread Gunnar Morling
> 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

Re: [hibernate-dev] 5.2 or 6.0

2016-06-09 Thread Steve Ebersole
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

[hibernate-dev] Follow on locking usability enhancement for Oracle

2016-06-09 Thread Vlad Mihalcea
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