在同一应用程序中使用 Hibernate 和 Ibatis
我需要编写一个新应用程序,但使用其他两个应用程序中的一些数据访问逻辑。一种使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 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