Re: [hibernate-dev] 5.2 or 6.0

2016-06-10 Thread Steve Ebersole
https://github.com/hibernate/hibernate-orm/pull/1411 is the minimalist change I want to do. On Fri, Jun 10, 2016 at 12:36 AM Gunnar Morling wrote: > > 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:3

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

Re: [hibernate-dev] 5.2 or 6.0

2016-06-08 Thread Emmanuel Bernard
Does the HQL to native query mechanic use this too? > On 08 Jun 2016, at 08:50, Gunnar Morling wrote: > > JavaTypeDescriptorRegistry is used by Hibernate OGM in > (o.h.o.type.impl.TypeTranslatorImpl). > >> From my side, the proposed change is good, esp. if it fixes some existing > bugs. It'd lo

Re: [hibernate-dev] 5.2 or 6.0

2016-06-07 Thread Gunnar Morling
JavaTypeDescriptorRegistry is used by Hibernate OGM in (o.h.o.type.impl.TypeTranslatorImpl). >From my side, the proposed change is good, esp. if it fixes some existing bugs. It'd lock down OGM to a specific minor of ORM, but that'll happen anyways once we make use of the changes around schema tool