hengboy / mybatis-pageable

MyBatis-Pageable是一款自动化分页的插件,基于MyBatis内部的插件Interceptor拦截器编写完成,拦截Executor.query的两个重载方法计算出分页的信息以及根据配置的数据库Dialect自动执行不同的查询语句完成总数量的统计。
14Updated 5 years ago

Related projects

Alternatives and complementary repositories for mybatis-pageable