Uses of Class
org.hibernate.query.Page
-
Packages that use Page Package Description org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of Page in org.hibernate.query
Methods in org.hibernate.query that return Page Modifier and Type Method Description PagePage. first()static PagePage. first(int size)PagePage. next()static PagePage. page(int size, int number)PagePage. previous()Methods in org.hibernate.query with parameters of type Page Modifier and Type Method Description default Query<R>Query. setPage(Page page)SelectionQuery<R>SelectionQuery. setPage(Page page)Set the page of results to return. -
Uses of Page in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Page Modifier and Type Method Description SelectionQuery<R>SqmSelectionQueryImpl. setPage(Page page)
-