iBatis向MyBatis迁移的努力?

iBatis to MyBatis migration efforts?

我在生产应用程序中使用的是iBatis-2.3.4.726。我想迁移生产应用程序以使用MyBatis。

在迁移过程中我需要考虑哪些要点?

是否有任何配置更改或MyBatis支持iBatis配置作为不建议使用的命令?


在使用Satish提到的迁移指南之前,请确保您已阅读所有注释,尤其是最后一个列出了使用转换器后必须手动完成哪些更改的注释:

  • is deprecated in mybatis. Converter is changing this to . This will create problems where we need result set from procedure call. So manually updated with