| Package | Description |
|---|---|
| org.springframework.data.redis.core.mapping | |
| org.springframework.data.redis.repository.core |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRedisPersistentEntity<T>
RedisPersistentEntity implementation. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> RedisPersistentEntity<T> |
RedisMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) |
RedisPersistentEntity<?> |
RedisMappingContext.getPersistentEntity(Class<?> type) |
RedisPersistentEntity<?> |
RedisMappingContext.getPersistentEntity(org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty persistentProperty) |
RedisPersistentEntity<?> |
RedisMappingContext.getPersistentEntity(TypeInformation<?> type) |
| Constructor and Description |
|---|
MappingRedisEntityInformation(RedisPersistentEntity<T> entity) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.