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
> 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
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
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
Currently we are still working on 6.0 "on top" of 5.2, meaning that all of
the changes we are proposing to ORM for 6.0 are kept in a separate
repo/project using ORM 5.2 as a dependency.
As I work on 6.0 I have come across a change that I would like to make that
requires that I change something in