Re: [hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread andrea boriero
I like it On 25 January 2016 at 18:50, Steve Ebersole wrote: > Right > > On Mon, Jan 25, 2016 at 12:41 PM andrea boriero > wrote: > >> do you mean to extend javax.persistence.Parameter with a sort >> of enablePassingNulls() method? >> >> On 25 January 2016 at 17:56, Steve Ebersole wrote: >> >>

Re: [hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread Steve Ebersole
Right On Mon, Jan 25, 2016 at 12:41 PM andrea boriero wrote: > do you mean to extend javax.persistence.Parameter with a sort > of enablePassingNulls() method? > > On 25 January 2016 at 17:56, Steve Ebersole wrote: > >> HHH-9548[1] handles the question of what to do with null/unset parameter >>

Re: [hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread andrea boriero
do you mean to extend javax.persistence.Parameter with a sort of enablePassingNulls() method? On 25 January 2016 at 17:56, Steve Ebersole wrote: > HHH-9548[1] handles the question of what to do with null/unset parameter > values in regards to calls to stored-procedures via > JPA's StoredProcedur

[hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread Steve Ebersole
HHH-9548[1] handles the question of what to do with null/unset parameter values in regards to calls to stored-procedures via JPA's StoredProcedureQuery contract. Do we just want to live with the overhead that comes from my last comment[2]? Another option I see would be an extension to javax.persi