Hibernate version: 3.X
Name and version of the database you are using: DB2/iSeries
Hi. I have the following scenario:
- All my CRUD operations must be done using stored procedures.
- All CUD operations must have two output parameters, VARCHAR, where i must return a result code and a description of the result code.
Actually i am using Hibernate to do most of the Obtject-Table mapping for my querys, but we are handling all the associations between objects and all the CUD operations using the underlying connection of the Session and creating a CallableStatement just to be able of read the 2 output values.
How can i get those values using Hibernate but not JDBC?
Thanks for your help.
_________________ Johannes Correa Lopera
Software Engineer
|