Uses of Class
com.github.collinalpert.java2db.pagination.CacheablePaginationResult
| Package | Description |
|---|---|
| com.github.collinalpert.java2db.services |
-
Uses of CacheablePaginationResult in com.github.collinalpert.java2db.services
Methods in com.github.collinalpert.java2db.services that return CacheablePaginationResult Modifier and Type Method Description CacheablePaginationResult<E>BaseService. createPagination(int entriesPerPage, java.time.Duration cacheExpiration)Creates a pagination structure that splits the entire table into multiple pages.CacheablePaginationResult<E>BaseService. createPagination(com.github.collinalpert.lambda2sql.functions.SqlPredicate<E> predicate, int entriesPerPage, java.time.Duration cacheExpiration)Creates a cached pagination structure that splits the result of a query into multiple pages.