| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core |
Core key/value implementation.
|
| org.springframework.data.keyvalue.repository.query |
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
|
| org.springframework.data.keyvalue.repository.support |
Support infrastructure for query derivation of key/value specific repositories.
|
| org.springframework.data.map |
Repository implementation backed by generic
Map instances. |
| Class and Description |
|---|
| CriteriaAccessor
Resolves the criteria object from given
KeyValueQuery. |
KeyValueAdapter
KeyValueAdapter unifies access and shields the underlying key/value specific implementation. |
| KeyValueCallback
Generic callback interface for code that operates on a
KeyValueAdapter. |
| KeyValueOperations
Interface that specifies a basic set of key/value operations.
|
| QueryEngine
Base implementation for accessing and executing
KeyValueQuery against a KeyValueAdapter. |
| SortAccessor
Resolves the
Sort object from given KeyValueQuery and potentially converts it into a store specific
representation that can be used by the QueryEngine implementation. |
SpelPropertyComparator
Comparator implementation using SpelExpression. |
| Class and Description |
|---|
| KeyValueOperations
Interface that specifies a basic set of key/value operations.
|
| Class and Description |
|---|
| KeyValueOperations
Interface that specifies a basic set of key/value operations.
|
| Class and Description |
|---|
| AbstractKeyValueAdapter
Base implementation of
KeyValueAdapter holds QueryEngine to delegate find and
count execution to. |
KeyValueAdapter
KeyValueAdapter unifies access and shields the underlying key/value specific implementation. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.