Issue Details (XML | Word | Printable)

Key: HHH-1020
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Christian Bauer
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

Support arbitrary out-types for stored procedures and functions

Created: 06/Oct/05 07:47 AM   Updated: 08/Nov/06 12:19 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
Add <sql-query callable="out"> option. This would tread all OUT parameters of a stored procedure, or the return value of a function, as non-results, but as a single result row with scalar values.

Another option would be a flexible declaration of the OUT parameter position(s).


 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Max Rydahl Andersen added a comment - 06/Oct/05 08:02 AM
note for impl: check if the names of the out parameters actually get bound correctly by drivers (otherwise we need to parse column name to get ordinal position - yuck)

Steve Ebersole added a comment - 02/Dec/05 10:35 AM
Anyone really planning on doing this for 3.1 (i.e., SOON)? Or was that an arbitrary version selection?

Max Rydahl Andersen added a comment - 02/Dec/05 01:50 PM
i had it on my radar, but will not have time to do it for 3.1...but let me look into if there is some public interfaces that need to change for us to fullfill it and thus prioritize it up.

Steve Ebersole added a comment - 05/Dec/05 05:42 PM
3.1 -> 3.1.1

Christian Bauer added a comment - 08/Nov/06 09:23 AM
Just a warning that this will be published in two days in the JPwH ebook. I've linked the downloadable example code to this issue.

Max Rydahl Andersen added a comment - 08/Nov/06 12:19 PM
I don't see the files ?

And I also commented during the review that this issue will probably not be solved in 3.2.