|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundHashOperations | |
---|---|
org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
org.springframework.data.keyvalue.redis.support.collections | Package providing implementations for most of the java.util collections on top of Redis. |
Uses of BoundHashOperations in org.springframework.data.keyvalue.redis.core |
---|
Methods in org.springframework.data.keyvalue.redis.core that return BoundHashOperations | ||
---|---|---|
|
RedisTemplate.boundHashOps(K key)
|
|
|
RedisOperations.boundHashOps(K key)
Returns the operations performed on hash values bound to the given key. |
Uses of BoundHashOperations in org.springframework.data.keyvalue.redis.support.collections |
---|
Constructors in org.springframework.data.keyvalue.redis.support.collections with parameters of type BoundHashOperations | |
---|---|
DefaultRedisMap(BoundHashOperations<String,K,V> boundOps)
Constructs a new DefaultRedisMap instance. |
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |