Uses of Class
org.springframework.data.redis.core.PartialUpdate
Packages that use 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
Methods in org.springframework.data.redis.core that return PartialUpdateModifier and TypeMethodDescriptionRemove the value reachable via given path.static <S> PartialUpdate<S>PartialUpdate.newPartialUpdate(Object id, Class<S> targetType) Create newPartialUpdatefor 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.Methods in org.springframework.data.redis.core with parameters of type PartialUpdateModifier and TypeMethodDescriptionprotected voidRedisKeyValueTemplate.doPartialUpdate(PartialUpdate<?> update) voidRedisKeyValueAdapter.update(PartialUpdate<?> update) -
Uses of PartialUpdate in org.springframework.data.redis.core.convert
Methods in org.springframework.data.redis.core.convert with parameters of type PartialUpdateModifier and TypeMethodDescriptionprotected voidMappingRedisConverter.writePartialUpdate(PartialUpdate<?> update, RedisData sink)