| Package | Description |
|---|---|
| org.springframework.data.redis.core.convert |
Converters for Redis repository support utilizing mapping metadata.
|
| org.springframework.data.redis.core.mapping |
Redis specific repository support mapping meta information.
|
| org.springframework.data.redis.repository.query |
Redis specific query execution engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MappingRedisConverter.readProperty(String path,
RedisData source,
RedisPersistentProperty persistentProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisPersistentProperty |
RedisMappingContext.createPersistentProperty(Property property,
RedisPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
RedisPersistentProperty |
BasicRedisPersistentEntity.getExplicitTimeToLiveProperty() |
RedisPersistentProperty |
RedisPersistentEntity.getExplicitTimeToLiveProperty()
Get the
PersistentProperty that is annotated with TimeToLive. |
protected RedisPersistentProperty |
BasicRedisPersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty property) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisPersistentProperty |
BasicRedisPersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty property) |
| Constructor and Description |
|---|
RedisPersistentProperty(Property property,
PersistentEntity<?,RedisPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder)
Creates new
RedisPersistentProperty. |
| Constructor and Description |
|---|
ExampleQueryMapper(MappingContext<RedisPersistentEntity<?>,RedisPersistentProperty> mappingContext,
IndexResolver indexResolver)
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.