Uses of Class
org.kiwiproject.spring.data.PagingQuery
Packages that use PagingQuery
-
Uses of PagingQuery in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return PagingQueryModifier and TypeMethodDescriptionPagingQuery.with(org.springframework.data.domain.Pageable pageable) Add/change the pagination ofthisinstance.Method parameters in org.kiwiproject.spring.data with type arguments of type PagingQueryModifier 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, 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.