Uses of Interface
org.springframework.data.redis.core.query.SortQuery
Packages that use SortQuery
Package
Description
Core package for integrating Redis with Spring concepts.
Query package for Redis template.
-
Uses of SortQuery in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type SortQueryModifier and TypeMethodDescriptionSort the elements forquery.Sort the elements forqueryand store result instoreKey.<T,S> List<T> RedisOperations.sort(SortQuery<K> query, BulkMapper<T, S> bulkMapper, RedisSerializer<S> resultSerializer) <T> List<T>RedisOperations.sort(SortQuery<K> query, BulkMapper<T, V> bulkMapper) Sort the elements forqueryapplyingBulkMapper.<T> List<T>RedisOperations.sort(SortQuery<K> query, RedisSerializer<T> resultSerializer) Sort the elements forqueryapplyingRedisSerializer.<T,S> List<T> RedisTemplate.sort(SortQuery<K> query, BulkMapper<T, S> bulkMapper, RedisSerializer<S> resultSerializer) <T> List<T>RedisTemplate.sort(SortQuery<K> query, BulkMapper<T, V> bulkMapper) <T> List<T>RedisTemplate.sort(SortQuery<K> query, RedisSerializer<T> resultSerializer) -
Uses of SortQuery in org.springframework.data.redis.core.query
Methods in org.springframework.data.redis.core.query that return SortQueryMethods in org.springframework.data.redis.core.query with parameters of type SortQueryModifier and TypeMethodDescriptionstatic <K> SortParametersQueryUtils.convertQuery(SortQuery<K> query, RedisSerializer<String> stringSerializer)