-->
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.  [ 3 posts ] 
Author Message
 Post subject: Criteria, addOrder, NULL Values
PostPosted: Sun Apr 01, 2007 9:05 pm 
Newbie

Joined: Sun Apr 01, 2007 8:43 pm
Posts: 2
Hallo zusammen!

Dies ist mein erster Post. Das Problem ist "klein", komme aber trotz langer Suche nicht weiter.

Hibernate Version:3.2.1.ga
Es handelt sich um eine Derby-Datenbank.

Mein Code:

Code:
Criteria c = hSession.createCriteria(Item.class);
c.createAlias("doContext","doContext").addOrder(Order.desc("doContext.name"));
...


Das Problem:
Er verschluckt alle "Items" die einen Null-Value im Feld "doContext" haben.
Kann mir jemand einen Tipp geben wie ich diese wieder reinkriege? (Die Datensätze mit den Null_Values sollen hinten angefügt werden)
Ich könnte natürlich eine weitere Criteria erstellen die dann alle Items mit den null-Values enthält, um diese dann später wieder anzufügen. Das ist in meinem Fall allerdings ungünstig, da weitere Methoden auf die Criteria angewendet werden sollen.


Folgende Posts beschreiben das Gleiche Problem:

http://forum.hibernate.org/viewtopic.ph ... highlight=
http://opensource.atlassian.com/project ... se/HHH-465

Werde daraus aber leider auch nicht schlauer.

Vielen Dank für eure Hilfe!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 02, 2007 6:00 am 
Newbie

Joined: Sun Apr 01, 2007 8:43 pm
Posts: 2
Falls euch noch Informationen fehlen, stelle ich diese gerne bereit.

Ich hoffe wirklich auf Hilfe.

Dankeschön!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 03, 2007 5:05 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Kann es sein dass doContext ein Entity in einer anderen TAbelle ist? In diesem Fall erzeugt die Query vermutlich ein inner join.

Poste mal das erzeugte SQL und das vollstaendige Mapping, classes, etc.

_________________
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.  [ 3 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.