Uses of Package
org.springframework.data.redis.core.convert
Packages that use 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.
-
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.core
-
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.core.convertClassDescriptionBucket is the data bag for Redis hash structures to be used with
RedisData.Value object representing a path within aBucket.IndexedDatarepresents a secondary index for a property path in a given keyspace.IndexResolverextracts secondary index structures to be applied on a given path,PersistentPropertyand value.KeyspaceConfigurationallows 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 holdingBucketrepresenting the domain object to be stored in a Redis hash.Redis-specificTypeMapperexposing thatBucket.BucketPropertyPaths might contain a type key.ReferenceResolverretrieves Objects marked withReferencefrom Redis. -
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.core.mappingClassDescription
MappingConfigurationis used for programmatic configuration of secondary indexes, key prefixes, expirations and the such. -
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.hash
-
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.repository.queryClassDescription
IndexResolverextracts secondary index structures to be applied on a given path,PersistentPropertyand value. -
Classes in org.springframework.data.redis.core.convert used by org.springframework.data.redis.repository.supportClassDescription
IndexResolverextracts secondary index structures to be applied on a given path,PersistentPropertyand value.