Re: [hibernate-dev] HHH-9548 - stored procedures and null parameter values

2016-02-08 Thread Vlad Mihalcea
I agree that it looks quite strange, especially considering the existing API. I believe that, if JPA falls short on specifying something, we should rather cover that in the Hibernate-specific API. Vlad On Tue, Feb 9, 2016 at 1:06 AM, Steve Ebersole wrote: > I have heard no feedback, especially

Re: [hibernate-dev] HHH-9548 - stored procedures and null parameter values

2016-02-08 Thread Steve Ebersole
I have heard no feedback, especially in regards to my last comment on the Jira. So at this point I plan on simply not supporting that atm from the JPA APIs. Longer term I think the correct solution is to expose the underlying Hibernate parameter object and users can directly set it. Handling thi

[hibernate-dev] HHH-9548 - stored procedures and null parameter values

2016-01-05 Thread Steve Ebersole
HHH-9548[1] presents an interesting conundrum in terms of how to handle null parameter values in regards to stored procedures and specifically in terms of any argument defaults that might be defined on the database. At the moment our support decides to not pass along the null in the desire to not