maxresults « Criteria « JPA Q&A





1. Hibernate Criteria n+1 issue with maxresults    stackoverflow.com

Using hibernate ctiteria I want to select an object and it's associated oneToMany list of objects. I want to paginate through this list avoiding the dreaded hibernate n+1 select issue Here's ...