Spring Data Key-Value

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

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

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

Methods in org.springframework.data.keyvalue.redis.core with parameters of type SessionCallback
<T> T
RedisTemplate.execute(SessionCallback<T> session)
           
<T> T
RedisOperations.execute(SessionCallback<T> session)
          Executes a Redis session.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.