Hibernate - 限制(日历、小时)
我可以使用休眠限制(我的意思是 ID 130、146、147、148)从表中获取在指定时间(例如上午 9 点)创建的项目吗?
你能告诉我如何 (createDate
在 Calendar Java 中的格式)?
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)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是否必须使用限制来完成?不能用别的东西吗?如果是,那么你应该能够用这样的方法来做到这一点:
不确定 09 中的 0 并且没有自己测试它,但不明白为什么它不应该工作。
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.