类 RedisHashBinder<K,V>
java.lang.Object
org.babyfish.jimmer.sql.cache.spi.AbstractRemoteHashBinder<K,V>
org.babyfish.jimmer.spring.cache.RedisHashBinder<K,V>
- 所有已实现的接口:
org.babyfish.jimmer.sql.cache.chain.SimpleBinder<K,,V> org.babyfish.jimmer.sql.cache.chain.SimpleBinder.Parameterized<K,V>
public class RedisHashBinder<K,V>
extends org.babyfish.jimmer.sql.cache.spi.AbstractRemoteHashBinder<K,V>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.cache.chain.SimpleBinder
org.babyfish.jimmer.sql.cache.chain.SimpleBinder.Parameterized<K,V> -
构造器概要
构造器构造器说明RedisHashBinder(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableProp prop, Duration duration) RedisHashBinder(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableType type, Duration duration) RedisHashBinder(org.springframework.data.redis.core.RedisOperations<String, byte[]> operations, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableProp prop, Duration duration) RedisHashBinder(org.springframework.data.redis.core.RedisOperations<String, byte[]> operations, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableType type, Duration duration) -
方法概要
修饰符和类型方法说明protected voiddelete(Collection<String> keys) final voiddeleteAll(Collection<K> arg0, Object arg1) protected StringgetKeyPrefix(org.babyfish.jimmer.meta.ImmutableProp arg0) protected StringgetKeyPrefix(org.babyfish.jimmer.meta.ImmutableType arg0) protected longprotected List<byte[]>read(Collection<String> keys, String hashKey) protected Stringreason()protected void从类继承的方法 org.babyfish.jimmer.sql.cache.spi.AbstractRemoteHashBinder
getAll, getAll, setAll, setAll从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.cache.chain.SimpleBinder
deleteAll
-
构造器详细资料
-
RedisHashBinder
-
RedisHashBinder
public RedisHashBinder(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableType type, Duration duration) -
RedisHashBinder
-
RedisHashBinder
public RedisHashBinder(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.babyfish.jimmer.meta.ImmutableProp prop, Duration duration)
-
-
方法详细资料