Lobster Programming
Dec 15, 2025 · Backend Development
5 Ways to Implement Pagination in MyBatis: From Manual SQL to PageHelper
This article compares five MyBatis pagination techniques—including raw LIMIT SQL, RowBounds, custom window‑function queries, interceptor‑based pagination, and the PageHelper plugin—explaining their principles, code examples, performance trade‑offs, and ideal usage scenarios.
JavaMyBatisRowBounds
0 likes · 6 min read
