-->
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: HQL with multiple sql functions?
PostPosted: Wed May 02, 2007 7:38 am 
Newbie

Joined: Tue May 01, 2007 5:52 pm
Posts: 1
Hi,

I have a newbie question about HQL.
...
...
- I'm terribly sorry if I'm wasting your time by missing something totally obvious!

Right. I found the answer in "Java Persistence with Hibernate" (14.3.3).
Evidently subselects are only supported in the WHERE clause...

Sorry to bother you all!
I'll stick with the session.createSQLQuery() solution.
No, hey! got it!:

MyMappedClass anObject = new MyMappedClass();
Query q = session.createQuery("select functionB( functionA(resultX) ) from MyMappedClass as resultX where resultX = :myObject");
q.setParameter("myObject", anObject);

Dunno why I didn't think of this before...

_________________
:O) Mikkle


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.