Class RedisMappingContext

java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<E,P>
org.springframework.data.keyvalue.core.mapping.context.KeyValueMappingContext<RedisPersistentEntity<?>,RedisPersistentProperty>
org.springframework.data.redis.core.mapping.RedisMappingContext
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, MappingContext<RedisPersistentEntity<?>,RedisPersistentProperty>

public class RedisMappingContext extends org.springframework.data.keyvalue.core.mapping.context.KeyValueMappingContext<RedisPersistentEntity<?>,RedisPersistentProperty>
Redis specific MappingContext.
Since:
1.7
Author:
Christoph Strobl, Oliver Gierke, Mark Paluch