您知道将强制执行休眠最佳实践的 PMD 或 Checkstyle 规则吗?

发布于 2024-07-14 03:22:32 字数 26 浏览 7 评论 0原文

例如,不要通过字符串操作来构建查询等。

For example, not to build queries by string manipulation, and the like.

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

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

发布评论

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

评论(3

书信已泛黄 2024-07-21 03:22:33

我不知道有任何此类检查,但如果您想走那条路,您可以选择 VonC 上面提供的选项,或者您可以采取不同的路径并查看 AspectJ 声明错误和/或声明警告。 主要区别在于,使用 AspectJ,您将能够在编译时强加这些规则。 无论如何,如果你更熟悉PMD,也许留在那片土地上会更好。

./亚历克斯

I'm not aware of any such checks, but if you want to go that road you either have the option presented above by VonC or you might take a different path and take a look at AspectJ declare error and/or declare warning. The main difference is that using AspectJ you'll be able to impose these rules upon compilation. Anyways, if you are more familiar with PMD maybe it would be better to stay on that land.

./alex

第七度阳光i 2024-07-21 03:22:33

当您考虑 Hibernate 最佳实践(或那些 < a href="http://hibernatebp.blogspot.com/" rel="nofollow noreferrer">最佳实践),您会注意到它们与 Hibernate 配置(xml 文件)或查询相关。

这意味着您最好的选择是编写自定义 Chectyle 检查
(因此是社区 Wiki 状态,因为这不是实际的直接答案)

When you consider Hibernate best practices (or those best practices), you notice they are related to Hibernate configuration (xml files), or queries.

That means your best bet is to write custom Chectyle checks.
(hence the Community Wiki status since this is not an actual direct answer)

那片花海 2024-07-21 03:22:33

貌似没有这样的文件...

looks there are no such files...

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