pagehelper-org/Mybatis-PageHelper
Mybatis通用分页插件 observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 96
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4468
- days_rel: 440
- days_push: 27
- n_releases_24m: 1
Adoption not part of the score
12355 stars · 3080 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PageHelper is a widely used pagination plugin for MyBatis that intercepts queries to perform physical (database-level) pagination. It supports many databases via auto-dialect detection and integrates with plain MyBatis, Spring, and Spring Boot.
Use cases
- paginate MyBatis query results
- physical pagination for MySQL, PostgreSQL, Oracle, SQL Server queries
- add pagination to a Spring Boot MyBatis application
- page through single-table and multi-table join queries
- auto-detect database dialect for LIMIT/OFFSET paging
When to choose
- you use MyBatis and need convenient, transparent pagination
- you want physical paging across many database dialects with one plugin
- you want a Spring Boot starter for MyBatis pagination
When to avoid
- you use JPA/Hibernate rather than MyBatis
- you need pagination outside the JVM/MyBatis ecosystem
- you need fully in-memory pagination of already-loaded results
Facets
library · maturity stable
orm database middleware databases backend developer-tools jvm cross-platform mybatis pagination physical-paging spring-boot-starter interceptor-plugin
2 sources
- readme: https://github.com/pagehelper-org/Mybatis-PageHelper · fetched 2026-08-28 · 6849a809babf
- homepage: https://mybatis.io · fetched 2026-08-29 · b6d36138a2ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pagehelper-org/Mybatis-PageHelper | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="pagehelper-org/Mybatis-PageHelper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem