-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: How to map the registered output parameter
PostPosted: Thu Jul 22, 2004 3:13 am 
Beginner
Beginner

Joined: Wed Jul 21, 2004 7:48 am
Posts: 21
Hi all,

I am using Hibernate 2.1.2 version.

I want to know how to map the registered output parameter returned by a a SP using Hibernate
I am using

Query query=createSQLQuery(QUERY, "ALIAS NAME", TempVO.class);

where in QUERY is a SQL query that calls a SP, and i am mapping the results obtained to a VO.
Now if the SP returns nothing i,e if it contains only update and save logic and returns only registered output parameter. Then how do I get the returned value from the SP?


Database- SQL Server 2000


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 22, 2004 10:36 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
you don't ;)


creatsqlquery don't support stored procedures (yet).

use the raw connection for this.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.