有没有适用于Spring Data JDBC的Criteria API?

huangapple go评论65阅读模式
英文:

Is there a Criteria API for Spring Data JDBC?

问题

因为我在文档中找不到任何信息,而且外部的信息似乎受限,所以实现与Spring Data中的Criteria API相等的功能在Spring Data JDBC中的最佳方法是什么?

是否有任何替代方法,还是我必须退回到类似JdbcTemplate的东西?

英文:

since i can't find anything in the docs and the information out there seems to be restricted - what is the best way to achieve functionality equal to the Criteria API from spring data in Spring Data JDBC?

Is there any alternative or do i have to fall back to something like JdbcTemplate?

答案1

得分: 2

目前没有 Criteria API,也没有创建它的计划。

但是你可以通过编写自定义方法,将 Spring Data JDBC 与提供此类 API 的其他库(如 JOOQ 或 Querydsl)结合使用。

英文:

There is currently no Criteria API and there are no plans to create one.

But you can combine Spring Data JDBC with other libraries that provide such an API, like JOOQ or Querydsl by writing a custom method.

huangapple
  • 本文由 发表于 2020年8月31日 21:22:10
  • 转载请务必保留本文链接:https://go.coder-hub.com/63671651.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定