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...