File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Timestamp between of DateA and DateB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Timestamp between of DateA and DateB" Watch "Timestamp between of DateA and DateB" New topic
Author

Timestamp between of DateA and DateB

nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 580
Hello,

I have a timestampValue which is mapped as:



in my database, the timestamp-value is something like:



Now, I have two Values of type java.util.Date:



Now, I want a hql, which gives the range between myFirstDate and mySecondDate, something like:



But this does not work as myFirstDate and mySecondDate are not comparable with the Timestamp-Object, or?

Any suggestions?

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Timestamp between of DateA and DateB
 
Similar Threads
add 10 days to currentDate in java.util.Date or cast to Calendar?
Issues with fetching Year and Month from the Calender
struts2 date conversion question
values change unexpectedly due to threading issue?
java.util.date into java.sql.timestamp