是否有用于 Spring JDBCTemplate 代码生成的 Eclipse 插件?

发布于 2024-11-06 23:50:32 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

白首有我共你 2024-11-13 23:50:32

Telosys Tools Eclipse 插件就是为此类工作而设计的。

您可以使用基本模板从数据库生成 Java (POJO) 类
您还可以创建自己的模板(Velocity 文件)来生成 DAO 类,

请参阅 http://www.telosys。组织/

The Telosys Tools Eclipse plugin is designed for this kind of job.

You can generate your Java (POJO) classes from the database with the basic templates
and you can also create your own template (a Velocity file) to generate your DAO classes

See http://www.telosys.org/

哆兒滾 2024-11-13 23:50:32

Telosys 工具非常强大,当您选择 jdbcTemplate 而不是 ORM 时,您可以为每个模型编写 CRUD 操作的代码。如果你有很多模型,你就有很多代码来做同样的事情,那么你需要 Code Gen。

The Telosys Tools its powerful, when your choice is jdbcTemplate not ORM, you write your code for CRUD Operation per Model. If your have a lot of Model you have a lot of code for do the same things that's you need Code Gen.

七禾 2024-11-13 23:50:32

我对此做了很多研究,现在我知道没有适合我目的的 Eclipse 插件。

I did a lot of research around this and now i know that there is no Eclipse plugin for my purpose.

往事随风而去 2024-11-13 23:50:32

QueryDSL 有很好的支持 JDBC 并自动为您生成实体,但是:我不知道它如何与 JdbcTemplate 结合在一起,因为 QueryDSL“想要”使用自己的对象查询“语言”(基于Java)。

它还与 Eclipse 很好地集成

QueryDSL has good support for JDBC and generates Entities for you automatically, however: I don't know how that would go together with JdbcTemplate, as QueryDSL "wants" to use its own object query "language" (Java-based).

It also integrates nicely with Eclipse.

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