-->
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.  [ 1 post ] 
Author Message
 Post subject: Abfrage: select from ... where datum > referenzdatum?
PostPosted: Sat Dec 27, 2008 9:13 am 
Newbie

Joined: Wed Sep 17, 2008 5:26 pm
Posts: 17
Ich habe ein Objekt, welches ein java.util.Date Objekt enthält. Dieses Objekt wird mittels Hibernate auf meine MySQL Datenbank abgebildet. Entsprechend ist der Typ der korrespondierenden Spalte in meiner MySQL Datenbank "datetime".

Nun stehe in dieser Spalte unterschiedliche Daten. Z.B.
Datum
1.12.2008
3.11.2008
25.10.2008
etc.

Anschaulich formuliert, möchte ich nun folgende Abfrage mit Hibernate HQL durchführen:
from Objektname where Datum > "1.11.2008"

Als Ergebnis erwarte ich dann
1.12.2008
3.11.2008

25.10.2008 ist nicht dabei, weil dieses Datum älter ist als 1.11.2008.

Kann mir jemand sagen, wie ich das in HQL formuliere?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

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.