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.KeyValueAdapterunifies 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.Comparatorimplementation to compare objects based on aPropertyPath.Base implementation for accessing and executingKeyValueQueryagainst aKeyValueAdapter.Resolves theSortobject from givenKeyValueQueryand potentially converts it into a store specific representation that can be used by theQueryEngineimplementation.SpelCriteriaallows to pass on aSpelExpressionandEvaluationContextto the actual query processor.Comparatorimplementation usingSpelExpression. -
-
-
Classes in org.springframework.data.keyvalue.core used by org.springframework.data.mapClassDescriptionBase implementation of
KeyValueAdapterholdsQueryEngineto delegate find and count execution to.KeyValueAdapterunifies access and shields the underlying key/value specific implementation.Base implementation for accessing and executingKeyValueQueryagainst aKeyValueAdapter.Resolves theSortobject from givenKeyValueQueryand potentially converts it into a store specific representation that can be used by theQueryEngineimplementation.