最近在做老项目改造,分享一个之前写的ibatis(这里特指ibatis2.x的版本)分页插件。

大致原理就是通过重写SqlExecutor的executeQuery方法,实现分页查询,支持mysql和oracle。

项目地址:https://git.coding.net/lichmama/ibatis-pagination.git

相关文章:

  • 2021-11-29
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-05
  • 2022-12-23
  • 2021-11-13
  • 2021-05-16
  • 2021-07-12
  • 2021-11-19
相关资源
相似解决方案