-->
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: How to get Entity name from named sql queries by query name?
PostPosted: Wed Jul 16, 2014 2:09 am 
Newbie

Joined: Mon Apr 07, 2014 8:05 am
Posts: 2
Hi all,

I use Hibernate v3.3.
I need to find Entity name in named sql queries by query name.
I have found that SessionFactory contains field namedSqlQueries, which contains Map query name -> NamedSqlQueryDefinition.
NamedSqlQueryDefinition contains queryReturns, queryReturns contains field returnEntityName with Entity name.
Also in session getNamedQuery method returns the object, which contains queryReturns filed with returnEntityName, but
method getReturnTypes throws "not yet implemented for SQL queries" exception.

So, how do I get Entity name by query name?

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.