Uses of Class
org.springframework.data.redis.core.mapping.RedisPersistentProperty
Packages that use RedisPersistentProperty
Package
Description
Converters for Redis repository support utilizing mapping metadata.
Redis specific repository support mapping meta information.
Redis specific query execution engine.
-
Uses of RedisPersistentProperty in org.springframework.data.redis.core.convert
Subinterfaces with type arguments of type RedisPersistentProperty in org.springframework.data.redis.core.convertMethods in org.springframework.data.redis.core.convert with parameters of type RedisPersistentPropertyModifier and TypeMethodDescriptionprotected @Nullable ObjectMappingRedisConverter.readProperty(String path, RedisData source, RedisPersistentProperty persistentProperty) -
Uses of RedisPersistentProperty in org.springframework.data.redis.core.mapping
Subclasses with type arguments of type RedisPersistentProperty in org.springframework.data.redis.core.mappingModifier and TypeClassDescriptionclassRedisPersistentEntityimplementation.classRedis specificMappingContext.classRedis specificPersistentPropertyimplementation.Subinterfaces with type arguments of type RedisPersistentProperty in org.springframework.data.redis.core.mappingMethods in org.springframework.data.redis.core.mapping that return RedisPersistentPropertyModifier and TypeMethodDescriptionprotected RedisPersistentPropertyRedisMappingContext.createPersistentProperty(Property property, RedisPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) @Nullable RedisPersistentPropertyBasicRedisPersistentEntity.getExplicitTimeToLiveProperty()@Nullable RedisPersistentPropertyRedisPersistentEntity.getExplicitTimeToLiveProperty()Get thePersistentPropertythat is annotated withTimeToLive.protected @Nullable RedisPersistentPropertyBasicRedisPersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty property) Methods in org.springframework.data.redis.core.mapping with parameters of type RedisPersistentPropertyModifier and TypeMethodDescriptionprotected @Nullable RedisPersistentPropertyBasicRedisPersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty property) Constructor parameters in org.springframework.data.redis.core.mapping with type arguments of type RedisPersistentPropertyModifierConstructorDescriptionRedisPersistentProperty(Property property, PersistentEntity<?, RedisPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Creates newRedisPersistentProperty. -
Uses of RedisPersistentProperty in org.springframework.data.redis.repository.query
Constructor parameters in org.springframework.data.redis.repository.query with type arguments of type RedisPersistentPropertyModifierConstructorDescriptionExampleQueryMapper(MappingContext<RedisPersistentEntity<?>, RedisPersistentProperty> mappingContext, IndexResolver indexResolver)