File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes How to set out paramet of store procedure in hibernate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "How to set out paramet of store procedure in hibernate" Watch "How to set out paramet of store procedure in hibernate" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to set out paramet of store procedure in hibernate
 
Similar Threads
Hibernate; error executing stored procedure
Calling stored procedures
Stored proc insert/update/del in hibernate?
How to access Stored Procedure
Does hibernate support Stored Procedure out parameters?