-->
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.  [ 4 posts ] 
Author Message
 Post subject: HQLQueryException
PostPosted: Tue Jul 10, 2007 10:00 am 
Newbie

Joined: Tue Jul 10, 2007 9:49 am
Posts: 4
Hello All

I have a model structure.
*Enrollment
-->List infusions of TYPE Infusion

*Infusion
-->site of TYPE Site

I want to get Enrollments of infusions at a particular site. So my query looks something like this.

select e from Enrollment e where e.infusions.site=?

I am passing a valid site. when i try to run this query I am getting this exception

ERROR PARSER : illegal syntax near collection: site
09 Jul 2007 16:44:29,940 ERROR PARSER : <AST>:0:0: unexpected end of subtree
09 Jul 2007 16:44:29,940 ERROR PARSER : left-hand operand of a binary operator was null
09 Jul 2007 16:44:29,940 ERROR PARSER : <AST>:0:0: unexpected end of subtree
09 Jul 2007 16:44:29,955 ERROR PatientsController: org.springframework.orm.hibernate3.HibernateQueryException: illegal syntax near collection: site [select e from Enrollment e where e.infusions.site=? ]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: illegal syntax near collection: site [select e from Enrollment e where e.infusions.site=? ]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 10, 2007 10:08 am 
Beginner
Beginner

Joined: Thu Jan 04, 2007 5:46 am
Posts: 31
Hi
plz check the query once again..

select
Quote:
"e"
from Enrollment e where e.infusions.site=?
what is that e refers too


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 10, 2007 3:41 pm 
Newbie

Joined: Tue Jul 10, 2007 9:49 am
Posts: 4
here e refers to the enrollment


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 10, 2007 3:43 pm 
Newbie

Joined: Tue Jul 10, 2007 9:49 am
Posts: 4
here e refers to the enrollment


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