Uses of Class
org.kiwiproject.spring.data.PagingQuery
-
Packages that use PagingQuery Package Description org.kiwiproject.spring.data -
-
Uses of PagingQuery in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return PagingQuery Modifier and Type Method Description PagingQueryPagingQuery. with(org.springframework.data.domain.Pageable pageable)Add/change the pagination ofthisinstance.Method parameters in org.kiwiproject.spring.data with type arguments of type PagingQuery Modifier and Type Method Description static <T,P extends PagingParams>
org.springframework.data.domain.Page<T>KiwiSpringMongoQueries. paginate(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, P pagingParams, Class<T> clazz, BiConsumer<PagingQuery,P> criteriaBuilder)Paginate objects of the given class, which are assumed to be mapped to a Mongo collection, using the given paging parameters.
-