Class BasicRedisPersistentEntity<T>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T,P>
org.springframework.data.keyvalue.core.mapping.BasicKeyValuePersistentEntity<T,RedisPersistentProperty>
org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<RedisPersistentProperty>, org.springframework.data.keyvalue.core.mapping.KeyValuePersistentEntity<T,RedisPersistentProperty>, MutablePersistentEntity<T,RedisPersistentProperty>, PersistentEntity<T,RedisPersistentProperty>, RedisPersistentEntity<T>

public class BasicRedisPersistentEntity<T> extends org.springframework.data.keyvalue.core.mapping.BasicKeyValuePersistentEntity<T,RedisPersistentProperty> implements RedisPersistentEntity<T>
RedisPersistentEntity implementation.
Author:
Christoph Strobl, Mark Paluch