Re: [hibernate-dev] Hibernate O/RM Java 8 API.

2015-06-17 Thread Jakub Narloch
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

Re: [hibernate-dev] Hibernate O/RM Java 8 API.

2015-05-19 Thread Steve Ebersole
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.

Re: [hibernate-dev] Hibernate O/RM Java 8 API.

2015-05-19 Thread Jakub Narloch
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

Re: [hibernate-dev] Hibernate O/RM Java 8 API.

2015-05-19 Thread 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? 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

Re: [hibernate-dev] Hibernate O/RM Java 8 API.

2015-05-19 Thread Steve Ebersole
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