Uses of Class
com.github.collinalpert.java2db.paging.CacheablePaginationResult
-
Packages that use 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<T>BaseService. createPagination(int entriesPerPage, java.time.Duration cacheExpiration)Creates a pagination structure that splits the entire table into multiple pages.CacheablePaginationResult<T>BaseService. createPagination(com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> predicate, int entriesPerPage, java.time.Duration cacheExpiration)Creates a cached pagination structure that splits the result of a query into multiple pages.
-