| 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,
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(TypeInformation<T> typeInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyValuePersistentProperty |
KeyValueMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
KeyValuePersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.