-->
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: kleines join problemchen
PostPosted: Wed Jan 23, 2008 9:23 am 
Newbie

Joined: Wed May 24, 2006 1:23 am
Posts: 4
ich hab ein kleines problemchen:

meine klasse document enthält beliebig viele dokumentenindexe ( Set)
ein dokumentenindex hat einen wert und eine dokumentid.

es kann also eine suche vorkommen bei der nach dokumenten gescuth wird, die mehrere indexwerte gemeinsam haben

bis jetzt hab ich es so versucht:
Code:
select distinct doc from Document doc join doc.dokumentenindexes didx where doc.ablage.ablageid ='3'and didx.indexvalue in ('HUK', 'leben')



leider gibt mir diese abfrage alle dokumente wieder, die entweder den einen oder den danderen indexwert haben

kann mir jemand nen schubs in die richtige richtung geben?

danke



Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3.2.5.ga

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


Problems with Session and transaction handling?

Read this: http://hibernate.org/42.html

Code:
Code:
Code:
Code:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 23, 2008 9:43 am 
Newbie

Joined: Wed May 24, 2006 1:23 am
Posts: 4
interessanter weise funktioniert die query wie erwartet im hql editor ( eclipe mit hibernate tools) aber nicht aus dem programm heraus ?!?

die genutze hibernate version von hibernate tools ist 3.2.0.cr4

ich überleg schon ob ich nicht einfach das hibernate jar austausche...


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.