Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.core.BoundHashOperations

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
<HK,HV> BoundHashOperations<K,HK,HV>
RedisTemplate.boundHashOps(K key)
           
<HK,HV> BoundHashOperations<K,HK,HV>
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.
RedisProperties(BoundHashOperations<String,String,String> boundOps)
          Constructs a new RedisProperties instance.
RedisProperties(Properties defaults, BoundHashOperations<String,String,String> boundOps)
          Constructs a new RedisProperties instance.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.