-->
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: Frage zu HQL
PostPosted: Fri Mar 23, 2007 10:31 am 
Beginner
Beginner

Joined: Wed Feb 08, 2006 10:09 am
Posts: 28
Hallo,
ich habe folgenden HQL-Ausdruck:

from mypackage.OrganisationUnit$InternObject as obj where (obj.owner = '40288c97117ec49601117ec8ecac0025') and (obj.addFunctionInfo.startTimeStamp <= '2007-03-23 13:34:25.046') and ((obj.removeFunctionInfo is null) or (obj.removeFunctionInfo.startTimeStamp < '2007-03-23 13:34:31.953'))

Hierbei findet er ohne Fehlermeldung kein Objekt.
Ergebnis ist also eine leere Liste.

Wenn ich nun von dem "or"-Ausdruck die zweite Hälfte weglasse, dann bekomme ich als Ergebnis 2 Objekte.

from mypackage.OrganisationUnit$InternObject as obj where (obj.owner = '40288c97117ec49601117ec8ecac0025') and (obj.addFunctionInfo.startTimeStamp <= '2007-03-23 13:34:25.046') and ((obj.removeFunctionInfo is null) )

Meine boolsche Algebra ist schon lange her, aber das kann doch nicht sein.
Wenn (obj.removeFunctionInfo is null) wahr ist, dann ist es doch völlig schnuppe, ob (obj.removeFunctionInfo.startTimeStamp < '2007-03-23 13:34:31.953') jetzt wahr oder falsch ist.
Also hätte auch beim ersten Ausdruck 2 Ergebnisobjekte in der Liste erscheinen müssen.

Kann mir das einer erklären?

Ciao
Peter Schütt


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 27, 2007 4:17 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Ich wuerde das SQL mal ausgeben lassen. Wenn das falsch geparsed wird, dann einen kleinen Testcase erzeugen und das ganze als Bug melden.

Mir erscheint es auch falsch zu sein.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


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.