Spring Data Key-Value

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

Packages that use HashOperations
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts. 
 

Uses of HashOperations in org.springframework.data.keyvalue.redis.core
 

Methods in org.springframework.data.keyvalue.redis.core that return HashOperations
<HK,HV> HashOperations<K,HK,HV>
RedisTemplate.opsForHash()
           
<HK,HV> HashOperations<K,HK,HV>
RedisOperations.opsForHash()
          Returns the operations performed on hash values.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.