Why @EntityGraph Breaks Pagination in Spring Data JPA
May 16, 2025 · 2 min read · This is my second blog post — more of a mini blog, really — and I wanted to share a super frustrating issue I ran into recently with Spring Data JPA. I was using @EntityGraph to avoid the N+1 problem, and it worked great — until I added pagination. A...
Join discussion