Hi,
Can we map an OUT parameter(not a result set) of a stored procedure call back to properties of a domain object? I just tried this and the propertyof the domain object didn't change after the call to the stored procedure.
Actually, we don't need to map the OUT parameter at all. This is some runtime info about wether the stored proc executed successfully/with error(bad design no exceptions returned). If we can just retreive the OUT parameters after the stored proc call even that would be fine. Is there a way/hints..?
Relevant details -
Hibernate version:3.2
Name and version of the database you are using:DB2
Thanks.
Amit
|