|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkMapper | |
|---|---|
| org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
| Uses of BulkMapper in org.springframework.data.keyvalue.redis.core |
|---|
| Methods in org.springframework.data.keyvalue.redis.core with parameters of type BulkMapper | ||
|---|---|---|
|
RedisTemplate.sort(SortQuery<K> query,
BulkMapper<T,S> bulkMapper,
RedisSerializer<S> resultSerializer)
|
|
|
RedisOperations.sort(SortQuery<K> query,
BulkMapper<T,S> bulkMapper,
RedisSerializer<S> resultSerializer)
|
|
|
RedisTemplate.sort(SortQuery<K> query,
BulkMapper<T,V> bulkMapper)
|
|
|
RedisOperations.sort(SortQuery<K> query,
BulkMapper<T,V> bulkMapper)
|
|
|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||