| Package | Description |
|---|---|
| org.springframework.data.redis.core.mapping |
Redis specific repository support mapping meta information.
|
| org.springframework.data.redis.repository.core |
Core domain entities for repository support.
|
| org.springframework.data.redis.repository.query |
Redis specific query execution engine.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisPersistentProperty |
RedisMappingContext.createPersistentProperty(Property property,
RedisPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
| Constructor and Description |
|---|
MappingRedisEntityInformation(RedisPersistentEntity<T> entity) |
| Constructor and Description |
|---|
ExampleQueryMapper(MappingContext<RedisPersistentEntity<?>,RedisPersistentProperty> mappingContext,
IndexResolver indexResolver)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.