Uses of Interface
org.springframework.data.keyvalue.core.SortAccessor
Packages that use SortAccessor
Package
Description
Core key/value implementation.
Repository implementation backed by generic
Map instances.-
Uses of SortAccessor in org.springframework.data.keyvalue.core
Classes in org.springframework.data.keyvalue.core that implement SortAccessorModifier and TypeClassDescriptionclassclassSortAccessorimplementation capable of creatingSpelPropertyComparator.Constructors in org.springframework.data.keyvalue.core with parameters of type SortAccessorModifierConstructorDescriptionprotectedAbstractKeyValueAdapter(SortAccessor<Comparator<?>> sortAccessor) Creates newAbstractKeyValueAdapterwith using the default query engine and provided comparator for sorting.PredicateQueryEngine(SortAccessor<Comparator<?>> sortAccessor) Creates a new query engine using providedaccessorfor sorting results.QueryEngine(CriteriaAccessor<CRITERIA> criteriaAccessor, SortAccessor<SORT> sortAccessor) SpelQueryEngine(SortAccessor<Comparator<?>> sortAccessor) Creates a new query engine using providedaccessorfor sorting results. -
Uses of SortAccessor in org.springframework.data.map
Constructors in org.springframework.data.map with parameters of type SortAccessorModifierConstructorDescriptionMapKeyValueAdapter(Class<? extends Map> mapType, SortAccessor<Comparator<?>> sortAccessor) Creates a newMapKeyValueAdapterusing the givenMapas backing store.