Uses of Class
org.springframework.data.redis.core.PartialUpdate
Package
Description
Core package for integrating Redis with Spring concepts.
Converters for Redis repository support utilizing mapping metadata.
-
Uses of PartialUpdate in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionRemove the value reachable via given path.static <S> PartialUpdate<S>
PartialUpdate.newPartialUpdate
(Object id, Class<S> targetType) Create newPartialUpdate
for given id and type.PartialUpdate.refreshTtl
(boolean refreshTtl) Set indicator for updating expiration time of target.Set the value of a simple or complex value reachable via given path.Modifier and TypeMethodDescriptionprotected void
RedisKeyValueTemplate.doPartialUpdate
(PartialUpdate<?> update) void
RedisKeyValueAdapter.update
(PartialUpdate<?> update) -
Uses of PartialUpdate in org.springframework.data.redis.core.convert
Modifier and TypeMethodDescriptionprotected void
MappingRedisConverter.writePartialUpdate
(PartialUpdate<?> update, RedisData sink)