aspose file tools
The moose likes Object Relational Mapping and the fly likes Outer join between 3 entities in HQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Outer join between 3 entities in HQL" Watch "Outer join between 3 entities in HQL" New topic
Author

Outer join between 3 entities in HQL

Hajdu Attila
Greenhorn

Joined: Mar 05, 2010
Posts: 6
Hi,

I have 2 normal tables, and a view table.

Curse.java:


UserCurse.java:


And a view table

View table reprezenter class:


I want to


I catch: database.DataAccessLayerException: org.hibernate.hql.ast.QuerySyntaxException: Path expected for join!
Thank you!
 
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: Outer join between 3 entities in HQL
 
Similar Threads
Edit primary key, if it's a foreign key
Question about mapping and persisting in Hibernate/JBoss Seam
Problem with onetomany relantionship with JPA 2.0
Populate child table foreign keys from primary table?
same primary key as foreign key in two table[Hibernate Mapping]