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
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
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