Can I get items created at specified hour (e.g. 9am) from the table using by hibernate restrictions (i mean ids 130, 146, 147, 148)?

Can you tell me how (createDate is in Calendar format in Java)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Does it have to be done using Restrictions? Can’t you use something else? If yes then you should be able to do it with something like this:
Not sure about the 0 in 09 and didn’t test it myself but don’t see why it shouldn’t work.