在同一应用程序中使用 Hibernate 和 Ibatis

发布于 2024-08-27 22:11:48 字数 230 浏览 7 评论 0原文

我需要编写一个新应用程序,但使用其他两个应用程序中的一些数据访问逻辑。一种使用 Hibernate,另一种使用 iBATIS。我可以在同一个应用程序中同时使用 Hibernate 和 iBATIS 吗?如何?。

更新:让我重新表述我的问题。让我们忘记我将重新使用一些 DAO 或域类。我需要在同一个应用程序中使用 Hibernate 和 iBATIS。我怎样才能做到这一点?感谢您抽出时间...

I need to write a new app but using some data acces logic from other two app. One uses Hibernate and the other uses iBATIS. Can I use in the same app both, Hibernate and iBATIS?. How?.

Update: Let me reformule my question. Let's forget I will rehuse some DAOs or domain clases. I need to use in the same app, Hibernate and iBATIS. How can I do that? Thanks for your time...

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

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

发布评论

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

评论(1

独夜无伴 2024-09-03 22:11:48

检查 appFuse 项目。它有两个 orms 的框架实现。只需将它们合并到同一个应用程序中即可。数据库通常不关心访问它的 jdbc 驱动程序背后的内容

check appFuse project. it has skeleton implementations for both orms. just combine both of them into the same app. database usually doesn't care what's behind the jdbc driver that accesses it

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