[hibernate-dev] 6.0 - Session#createFilter

Steve Ebersole steve at hibernate.org
Sun Sep 11 23:02:15 EDT 2016


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.


More information about the hibernate-dev mailing list