This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Object Relational Mapping and the fly likes time/date HQL vs Hbm3 Criteria Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "time/date HQL vs Hbm3 Criteria" Watch "time/date HQL vs Hbm3 Criteria" New topic
Author

time/date HQL vs Hbm3 Criteria

Krzysztof Wasylka
Greenhorn

Joined: Sep 24, 2008
Posts: 1
hello

I want to select some data between given time (not the date - only time hour minute seconds).
Usinf HQL in JPA I can do it in a following way:



Can I do it with hibernate3 Criteria?
PS: I do know that JPA do not have the criterias.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: time/date HQL vs Hbm3 Criteria
 
Similar Threads
Differnce between time.
Date Difference
Help with HQL Insert and Joins using Hibernate 3 / JPA
calling the html values in a hyperlink
Criteria API vs HQL