Uses of Interface
org.springframework.data.redis.core.mapping.RedisPersistentEntity
Packages that use RedisPersistentEntity
Package
Description
Converters for Redis repository support utilizing mapping metadata.
Redis specific repository support mapping meta information.
Core domain entities for repository support.
Redis specific query execution engine.
-
Uses of RedisPersistentEntity in org.springframework.data.redis.core.convert
Subinterfaces with type arguments of type RedisPersistentEntity in org.springframework.data.redis.core.convert -
Uses of RedisPersistentEntity in org.springframework.data.redis.core.mapping
Classes in org.springframework.data.redis.core.mapping that implement RedisPersistentEntitySubclasses with type arguments of type RedisPersistentEntity in org.springframework.data.redis.core.mappingMethods in org.springframework.data.redis.core.mapping that return RedisPersistentEntityModifier and TypeMethodDescriptionprotected <T> RedisPersistentEntity<T> RedisMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) Methods in org.springframework.data.redis.core.mapping with parameters of type RedisPersistentEntityModifier and TypeMethodDescriptionprotected RedisPersistentPropertyRedisMappingContext.createPersistentProperty(Property property, RedisPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) -
Uses of RedisPersistentEntity in org.springframework.data.redis.repository.core
Constructors in org.springframework.data.redis.repository.core with parameters of type RedisPersistentEntity -
Uses of RedisPersistentEntity in org.springframework.data.redis.repository.query
Constructor parameters in org.springframework.data.redis.repository.query with type arguments of type RedisPersistentEntityModifierConstructorDescriptionExampleQueryMapper(MappingContext<RedisPersistentEntity<?>, RedisPersistentProperty> mappingContext, IndexResolver indexResolver)