algorithm « Batch « JPA Q&A





1. How does Hibernate's batch-fetching algorithm work?    stackoverflow.com

I found this description of the batch-fetching algorithm in "Manning - Java Persistence with Hibernate":

What is the real batch-fetching algorithm? (...) Imagine a batch size of 20 ...