使用模型作为 dao 的前端

发布于 2024-09-08 13:16:01 字数 107 浏览 4 评论 0原文

假设我使用一个简单的前端来传递由使用 JDBC(无 ORM)的 DAO 传递的信息。换句话说,这个类没有任何属性可言。这会被视为一种有效的方法吗?它可能会导致什么问题以及如何设计一个类来避免这些问题?

Say I use a simple frontend for information passed on by a DAO that uses JDBC (without ORM). In other words, the class would have no attributes to speak of. Would this considered as a valid approach? What issues could it potentially cause and how could a class be designed to avoid them?

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

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

发布评论

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

评论(1

带刺的爱情 2024-09-15 13:16:01

听起来您指的是数据传输对象模式。只要该模式满足您的需求,它就是一种有效的方法。我不知道有任何这样的陷阱。

It sounds like you are referring to the data transfer object pattern. So long as the pattern fits your needs, it is a valid approach. I'm not aware of any pitfalls as such.

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