Re: [hibernate-dev] Function support in ProcedureCall/StoredProcedureQuery

2013-09-19 Thread Hardy Ferentschik
On 19 Jan 2013, at 3:46 PM, Steve Ebersole wrote: > The trouble is that hints are valid on StoredProcedureQuery whether named or > not. If we go the route of using hints for annotations, doesn't it make > sense to be consistent and use that when building a StoredProcedureQuery too? For me a

Re: [hibernate-dev] Function support in ProcedureCall/StoredProcedureQuery

2013-09-19 Thread Steve Ebersole
The trouble is that hints are valid on StoredProcedureQuery whether named or not. If we go the route of using hints for annotations, doesn't it make sense to be consistent and use that when building a StoredProcedureQuery too? On 09/19/2013 03:54 AM, Hardy Ferentschik wrote: > Here are my 0.02

Re: [hibernate-dev] Function support in ProcedureCall/StoredProcedureQuery

2013-09-19 Thread Hardy Ferentschik
Here are my 0.02$ which need to be taken with a grain of salt since I am not so familiar with the procedure call stuff. On 17 Jan 2013, at 6:15 PM, Steve Ebersole wrote: > In my opinion, ideally the JPA spec would have defined a separate method > to register a "function return". Luckily since