使用 Criteria API 的 Hibernate str() 函数
如何使用 HQL str() 函数通过 Criteria API 将数值转换为可读字符串?
How can I use HQL str() function which is using for converting numeric value to readable string with Criteria API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,您不需要使用 Criteria API 的 str() 函数,因为您可以首先使用 API 函数将数字转换为字符串,例如: Integer.toString() 然后设置为 Parameter like;
I think, you won't need str() function with Criteria API, since you can first convert numerics into Strings with API functions like: Integer.toString() then set as Parameter like;