So how do hibernate achieves paging? In fact, Hibernate's query is defined in Net.sf.hibernate.Loader.Loader, read the code carefully, you can completely figure out the problem.
Full text reading:
Interpretation of the principle of hibernate paging query