Class RedisPersistentProperty

java.lang.Object
org.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty<RedisPersistentProperty>
org.springframework.data.redis.core.mapping.RedisPersistentProperty
All Implemented Interfaces:
PersistentProperty<RedisPersistentProperty>

public class RedisPersistentProperty extends org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty<RedisPersistentProperty>
Redis specific PersistentProperty implementation.
Since:
1.7
Author:
Christoph Strobl