真正需要 Hibernate HQL 而不是 JPQL 的用例

发布于 2024-12-09 18:57:47 字数 94 浏览 0 评论 0原文

我知道 JPQL 是 HQL 的子集。

是否有任何实际用例(请给出示例)确实需要使用 HQL 特定功能(这意味着使用 JPQL 不可能或相当困难)来实现它们?

I know JPQL is a subset of HQL.

Are there any practical usecases (please give examples) that really need HQL specific features to be used (that means it is impossible or considerably difficult with JPQL) to implement them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猫性小仙女 2024-12-16 18:57:47

每次您想要使用 HQL 文档,并且 JPQL 不支持:

  • 秒、分钟等,
  • 用户添加到方言
  • 等。

Each time you want to use one of the expressions/functions listed in the HQL documentation, and which is not supported by JPQL :

  • second, minute, etc.
  • user additions to the dialect
  • etc.
兮子 2024-12-16 18:57:47

我的结论是,没有任何实际用例是仅使用 JPQL(不使用 HQL)不可能或相当困难实现的

I conclude that there is no practical usecase that is impossible or considerably difficult to implement only with JPQL (without using HQL)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文