-->
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.  [ 6 posts ] 
Author Message
 Post subject: using constants in contructors
PostPosted: Tue Oct 14, 2003 4:22 pm 
Newbie

Joined: Tue Oct 14, 2003 4:13 pm
Posts: 4
hi, i have this query in hibernate

Query q = session.createQuery("select new com.example.ComboX(dog.name, dog.description) from com.examples.model.Dog as dog);

and now i want to do this

Query q = session.createQuery("select new com.example.ComboX(dog.name, "WHAT I WANT") from com.examples.model.Dog as dog);

Is it possible to insert constants in the contructor ???
I got the following error :
net.sf.hibernate.QueryException: undefined alias: WHAT I WANT

Thanks in advance


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 14, 2003 6:37 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
I think constants are only allowed in the where clause.
You'll have to:
- create a one parameter constructor
- or build your object with the result of
Code:
select dog.name from com.examples.model.Dog as dog


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 15, 2003 9:43 am 
Newbie

Joined: Tue Oct 14, 2003 4:13 pm
Posts: 4
thanks epbernard

another suggestions ???


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 16, 2003 1:36 pm 
Newbie

Joined: Tue Oct 14, 2003 4:13 pm
Posts: 4
????


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 16, 2003 1:44 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Patch it and submit to Jira


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 20, 2003 3:53 pm 
Newbie

Joined: Tue Oct 14, 2003 4:13 pm
Posts: 4
patch it ???
i dont know how !!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 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.