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

Steve Ebersole steve at hibernate.org
Tue May 19 11:14:14 EDT 2015


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 give you any kind of feedback I can.  What
do you mean by asking if we are "interested in [continuing] this idea"?

On Sun, May 17, 2015 at 2:12 PM, Jakub Narloch <jmnarloch at gmail.com> wrote:

> Hi,
>
> I would like to get back to last year idea, namely the the idea to
> introduce new Java 8 API. Since that would not be possible to do directly
> in Hibernate Core since it's backward compatibility with Java 6, I had
> created a side project that introduces decorator/wrapper on top of
> Hibernate Query API that introduces support for Streams<?> and retrieving
> Optional<?> results.
>
> I had already implemented the two basic ideas and was hopping for some kind
> of feedback whether you would be interested in continouing this idea, also
> a code review would be a usefull thing.
>
> References:
> Github project: https://github.com/jmnarloch/hibernate-streams-wrapper
> JIRA issue: https://hibernate.atlassian.net/browse/HHH-9338
>
> Regards,
> Jakub Narloch
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list