JDBC DAO - 有什么好的参考实现吗?

发布于 2024-07-23 08:06:45 字数 155 浏览 6 评论 0原文

任何人都可以向我指出一个使用 JDBC 编写良好的 DAO,它涵盖了 DAO 应该处理的所有异常。

我在 java.sun.com 上查看了一些示例,它们的蓝图,但理论较多,代码较少。

查看 Spring DAO 源代码将会很有启发,但这对我来说太复杂了。

Can anyone point me to a well written DAO using JDBC, that covers all the exceptions a DAO should handle.

I looked at some samples at java.sun.com, their blue prints but there is a lot of theory and less code.

Looking through Spring DAO source code will be enlightening but that's way too complicated for me.

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

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

发布评论

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

评论(5

み格子的夏天 2024-07-30 08:06:45

Spring JdbcTemplate 提供了实现 JDBC DAO 所需的大部分管道。

更多信息请访问:

http://static.springframework.org/ spring/docs/2.0.x/reference/jdbc.html

Spring JdbcTemplate provides most plumbing you will need to implement a JDBC DAO.

Further Information at:

http://static.springframework.org/spring/docs/2.0.x/reference/jdbc.html

旧伤还要旧人安 2024-07-30 08:06:45

我想到了 Spring 框架。

Spring framework comes to mind.

他不在意 2024-07-30 08:06:45

如果您正在寻找更简单的实现,您应该看看此处
不过,可以在此处找到更复杂的示例。

希望能帮助到你。

If you are looking for a more simple implementation, you should take a look here.
However, a more complex sample is found here.

Hope it helps.

可爱咩 2024-07-30 08:06:45

您还可以参考一些 ORM 工具 - 例如 Hibernate、TopLink、Apache Cayenne 等。
有时 ORM 非常有用。

You can also refer in some ORM tools - like Hibernate, TopLink, Apache Cayenne etc.
Sometimes ORM is very useful.

空‖城人不在 2024-07-30 08:06:45

可以在 http://daoexamples.sourceforge.net/ 中找到示例。 通过Google的代码搜索,我发现 this 有一些 DAO。 您可能还想对通用 DAO 进行一些研究,请从此处开始 和此处

An example can be found at http://daoexamples.sourceforge.net/. Looking through Google's code search, I found this that has some DAOs. You may also want to do some research on generic DAOs, start here and here.

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