Uses of Interface
org.kiwiproject.spring.data.PagingParams
Packages that use PagingParams
-
Uses of PagingParams in org.kiwiproject.spring.data
Classes in org.kiwiproject.spring.data that implement PagingParamsMethods in org.kiwiproject.spring.data with type parameters of type PagingParamsModifier and TypeMethodDescriptionstatic <T,P extends PagingParams>
org.springframework.data.domain.Page<T>KiwiSpringMongoQueries.paginate(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, P pagingParams, Class<T> clazz) Paginate objects of the given class, which are assumed to be mapped to a Mongo collection, using the given paging parameters.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.Methods in org.kiwiproject.spring.data with parameters of type PagingParamsModifier and TypeMethodDescriptionstatic org.springframework.data.domain.PageableKiwiPaging.createPageable(PagingParams pagedRequest) Constructs aPageableobject using aPagingParamsas input.