Uses of Package
org.springframework.data.redis.core.convert
Package
Description
Core package for integrating Redis with Spring concepts.
Converters for Redis repository support utilizing mapping metadata.
Redis specific repository support mapping meta information.
Dedicated support package for Redis hashes.
Redis specific query execution engine.
Spring context specific factory support.
-
-
ClassDescriptionBucket is the data bag for Redis hash structures to be used with
RedisData
.Value object representing a path within aBucket
.IndexedData
represents a secondary index for a property path in a given keyspace.IndexResolver
extracts secondary index structures to be applied on a given path,PersistentProperty
and value.KeyspaceConfiguration
allows programmatic setup of keyspaces and time to live options for certain types.Value object representing a binary Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.Redis specificEntityConverter
.Data object holdingBucket
representing the domain object to be stored in a Redis hash.Redis-specificTypeMapper
exposing thatBucket.BucketPropertyPath
s might contain a type key.ReferenceResolver
retrieves Objects marked withReference
from Redis. -
ClassDescription
MappingConfiguration
is used for programmatic configuration of secondary indexes, key prefixes, expirations and the such. -
-
ClassDescription
IndexResolver
extracts secondary index structures to be applied on a given path,PersistentProperty
and value. -
ClassDescription
IndexResolver
extracts secondary index structures to be applied on a given path,PersistentProperty
and value.