Uses of Interface
org.kiwiproject.spring.data.PagingParams
-
Packages that use PagingParams Package Description org.kiwiproject.spring.data -
-
Uses of PagingParams in org.kiwiproject.spring.data
Classes in org.kiwiproject.spring.data that implement PagingParams Modifier and Type Class Description classPagingRequestJAX-RS based implementation ofPagingParams.Methods in org.kiwiproject.spring.data with type parameters of type PagingParams 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)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 PagingParams Modifier and Type Method Description static org.springframework.data.domain.PageableKiwiPaging. createPageable(PagingParams pagedRequest)Constructs aPageableobject using aPagingParamsas input.
-