-->
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.  [ 2 posts ] 
Author Message
 Post subject: Hibernate HQL Abfrage mit Vererbung
PostPosted: Tue Mar 27, 2007 5:27 am 
Newbie

Joined: Tue Mar 27, 2007 5:10 am
Posts: 2
Hallo!

Ich möchte alle Objekte eines Typs laden. Allerdings sind diese Typen ein Untertyp eines anderen Elementes. Jetzt möchte ich in der where-Klausel auf ein Feld des Obertyps zugreifen, weiß aber nicht wie.

Folgenden Code verwende ich:

Code:
FROM Unterklasse WHERE Unterklasse.feldDerOberklasse='wert'

Ich bekomme an dieser Stelle eine QueryException

Code:
org.hibernate.QueryException: Unable to resolve path [Unterklasse.feldDerOberklasse], unexpected token [Unterklasse] [from Unterklasse where Unterklasse.feldDerOberklasse='wert']

Weiß jemand was ich falsch mache?

Grüße,
confused


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 11:39 am 
Newbie

Joined: Tue Mar 27, 2007 5:10 am
Posts: 2
Ok...

Konnte es selbst lösen. Die Query war falsch, da ich in der WHERE-Klausel extra nochmal die Unterklasse vor das Feld geschrieben hab.

So ist es jetzt richtig:

Code:
FROM Unterklasse WHERE feldDerOberklasse='wert'

Grüße


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