Uses of Package
org.springframework.data.keyvalue.core
Packages that use org.springframework.data.keyvalue.core
Package
Description
Core key/value implementation.
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
Support infrastructure for query derivation of key/value specific repositories.
Repository implementation backed by generic
Map
instances.-
Classes in org.springframework.data.keyvalue.core used by org.springframework.data.keyvalue.coreClassDescriptionResolves the criteria object from given
KeyValueQuery
.API for components generating identifiers.KeyValueAdapter
unifies access and shields the underlying key/value specific implementation.Generic callback interface for code that operates on aKeyValueAdapter
.Interface that specifies a basic set of key/value operations.Comparator
implementation to compare objects based on aPropertyPath
.Base implementation for accessing and executingKeyValueQuery
against aKeyValueAdapter
.Resolves theSort
object from givenKeyValueQuery
and potentially converts it into a store specific representation that can be used by theQueryEngine
implementation.SpelCriteria
allows to pass on aSpelExpression
andEvaluationContext
to the actual query processor.Comparator
implementation usingSpelExpression
. -
-
-
Classes in org.springframework.data.keyvalue.core used by org.springframework.data.mapClassDescriptionBase implementation of
KeyValueAdapter
holdsQueryEngine
to delegate find and count execution to.KeyValueAdapter
unifies access and shields the underlying key/value specific implementation.Base implementation for accessing and executingKeyValueQuery
against aKeyValueAdapter
.Resolves theSort
object from givenKeyValueQuery
and potentially converts it into a store specific representation that can be used by theQueryEngine
implementation.