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
Methods in org.springframework.data.redis.core.convert with parameters of type RedisPersistentPropertyModifier and TypeMethodDescriptionprotected ObjectMappingRedisConverter.readProperty(String path, RedisData source, RedisPersistentProperty persistentProperty) -
Uses of RedisPersistentProperty in org.springframework.data.redis.core.mapping
Methods in org.springframework.data.redis.core.mapping that return RedisPersistentPropertyModifier and TypeMethodDescriptionprotected RedisPersistentPropertyRedisMappingContext.createPersistentProperty(Property property, RedisPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) BasicRedisPersistentEntity.getExplicitTimeToLiveProperty()RedisPersistentEntity.getExplicitTimeToLiveProperty()Get thePersistentPropertythat is annotated withTimeToLive.protected RedisPersistentPropertyBasicRedisPersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty property) Methods in org.springframework.data.redis.core.mapping with parameters of type RedisPersistentPropertyModifier and TypeMethodDescriptionprotected 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)