0

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

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

4

1 回答 1

0

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

于 2010-04-09T13:49:21.137 回答