| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core | |
| org.springframework.data.map |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryEngine<ADAPTER extends KeyValueAdapter,CRITERIA,SORT>
Base implementation for accessing and executing
KeyValueQuery against a KeyValueAdapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyValueAdapter
Base implementation of
KeyValueAdapter holds QueryEngine to delegate find and
count execution to. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryEngine<? extends KeyValueAdapter,?,?> |
AbstractKeyValueAdapter.getQueryEngine()
Get the
QueryEngine used. |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyValueCallback.doInKeyValue(KeyValueAdapter adapter)
Gets called by
KeyValueTemplate#execute(KeyValueCallback). |
void |
QueryEngine.registerAdapter(KeyValueAdapter adapter) |
| Constructor and Description |
|---|
KeyValueTemplate(KeyValueAdapter adapter)
|
KeyValueTemplate(KeyValueAdapter adapter,
org.springframework.data.mapping.context.MappingContext<? extends KeyValuePersistentEntity<?>,? extends KeyValuePersistentProperty> mappingContext)
|
| Constructor and Description |
|---|
AbstractKeyValueAdapter(QueryEngine<? extends KeyValueAdapter,?,?> engine)
Creates new
AbstractKeyValueAdapter with using the default query engine. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapKeyValueAdapter
KeyValueAdapter implementation for Map. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.