[hibernate-dev] 6.0 - procedure/function calls via NativeQuery

Steve Ebersole steve at hibernate.org
Wed Jul 26 18:08:55 EDT 2017


Another unnecessary complexity I'd like discuss removing is the ability to
execute procedure/function calls via NativeQuery.  The complexity is a
bunch of String parsing and token interpretation we need to do in order to
discovery this intention.  Given that both JPA and Hibernate define
specific APIs for executing procedure/function calls this seems like an
unnecessary complexity and overhead.

Objections?  Thoughts?


More information about the hibernate-dev mailing list