[hibernate-dev] 6.0 - Session#createFilter

Vlad Mihalcea mihalcea.vlad at gmail.com
Mon Sep 12 01:41:21 EDT 2016


I agree. The createFilter can be moved to the Query, so we don't require
this to be in the Session interface.

I haven't seen many questions about this functionality, so I guess we
shouldn't worry to much about this change.

Vlad

On Mon, Sep 12, 2016 at 6:02 AM, Steve Ebersole <steve at hibernate.org> wrote:

> Another method I'd like to drop is Session#createFilter.  This is method is
> easy enough to replace with a call to createQuery instead.  Longer term I
> can also see Stream or DSL support from our persistent collections to
> provide the similar capabilities.  But for now its just no real benefit for
> the cost of overly-complicating the grammars.
> _______________________________________________
> 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