aspose file tools
The moose likes Object Relational Mapping and the fly likes HQL Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "HQL Error" Watch "HQL Error" New topic
Author

HQL Error

Jacky Luk
Ranch Hand

Joined: Aug 02, 2012
Posts: 198




Could anyone please point out the bug of the HQL string?
Thanks
Jack
Jacky Luk
Ranch Hand

Joined: Aug 02, 2012
Posts: 198






HQL - want to get Patient_ID, Patient_Name, Hospital_ID and Hospital_Name
Could anyone give me a sample query? I need a left inner join
Thanks
Jack





Bill Gorder
Bartender

Joined: Mar 07, 2010
Posts: 1282

From Patient

You will get a List<Patient> back just get your values off the object.



I don't understand the need for the composite key. PatientID should be enough. The hospitalid should be a foreign key defined on your Hospital field.


[How To Ask Questions][Read before you PM me]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HQL Error
 
Similar Threads
Hibernate Desing issue
error in running HQL Query
simple question
i have a Errors in Hibernate Query
namedQuery error : node to traverse cannot be null!