| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core | |
| org.springframework.data.keyvalue.core.mapping | |
| org.springframework.data.keyvalue.core.mapping.context |
| Constructor and Description |
|---|
KeyValueTemplate(KeyValueAdapter adapter,
org.springframework.data.mapping.context.MappingContext<? extends KeyValuePersistentEntity<?>,? extends KeyValuePersistentProperty> mappingContext)
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicKeyValuePersistentEntity<T>
KeyValuePersistentEntity implementation that adds specific meta-data such as the keySpace.. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> KeyValuePersistentEntity<T> |
KeyValueMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyValuePersistentProperty |
KeyValueMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
KeyValuePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.