| Author |
How to set out paramet of store procedure in hibernate
|
pankaj semwal
Ranch Hand
Joined: Oct 07, 2008
Posts: 300
|
|
Hi List[],
I have the following syntax of store procedure PROC_PARTCHECK('55555','66666',:V_RETVAL,:V_EMP);
where :V_RETVAL and V_EMP is out parameter
How can i set the out parameter in hibernate .I did in hbm files like this
Please tell me is this the correct way to set the out parameter in hibernate
Thanks
|
 |
 |
|
|
subject: How to set out paramet of store procedure in hibernate
|
|
|