-->
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.  [ 1 post ] 
Author Message
 Post subject: Named queries and Entity mapping
PostPosted: Thu Jan 17, 2008 4:03 pm 
Newbie

Joined: Tue Jan 08, 2008 5:40 pm
Posts: 2
Mapping documents:
Code:
<query name="historico_corr_dados">
      <![CDATA[ { ? = call PICAGE.PKG_SLA_CORR.CORR_DADOS_EFECTUADAS(54, 200712, 'U') }]]>
   </query>


Hi,

I want to call a named query, but I need to specify the return entity name on runtime. I thought about doing this with the addEntity() function, but this only works for SQLQuery.

I would like to know if it's possible to cast the Query returned by getNamedQuery() to a SQLQuery and use addEntity. If not, what solution should I use? (I've considered changing the named query mapping in runtime, but for now I want to consider other options.)

Thanks!


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

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.