Hi Steve,
Sorry for disapearing for a bit, but I would like to get back to this
thread.
I guess there might be some miscommunication from my side about what I
would like to introduce into my extension and what I would like to
contribute to Hibernate ORM directly.
So to sum up I've continued worki
On Tue, May 19, 2015 at 12:51 PM, Jakub Narloch wrote:
>
>
> 2015-05-19 18:16 GMT+02:00 Steve Ebersole :
>>
>> > - Enable registration of LocaleDate, LocalTime as query params.
>>
>> You can do that now:
>> * org.hibernate.Query#setParameter(java.lang.String, java.lang.Object)
>> * org.hibernate.
2015-05-19 18:16 GMT+02:00 Steve Ebersole :
> Let's keep this on list ok? Thanks.
>
> First, have you seen the new hibernate-java8 module that is part of 5.0?
>
Ahh, I somehow miss that, going to take a look right away.
>
> >
> > At the moment I would like to focus on three things:
> > - Introdu
Let's keep this on list ok? Thanks.
First, have you seen the new hibernate-java8 module that is part of 5.0?
Some replies in-line...
> But I am curious what would be your opinion on this extended API idea and
approach that I took and whether you would for instance consider taking it
under the h
Jakub,
Thanks for starting on this :)
I think the thing that is missing here is the one that most users will want
which is support for Optional attributes in their domain model. Of course
that is the harder one because it would require changes inside Hibernate.
I'll take a look at the code and