Dear friends, I'm having stored procedure call fetchStudDetails(?, ?, ?, ?,?); First 2 are input parameters and other 3 are output parameters. Anyone please tell me how to execute this stored procedure through hibernate (in Java)?
I have seen some examples to call the stored procedure in hibernate but I couldn't get an idea to call the stored procedure with in and out parameter.
Could anyone please help me to configure this stored procedure in hibernate with in and out parameter and to execute this in Java?
Thanks in advance, Sathish kumar
|