Uses of Class
org.springframework.data.domain.SearchResult
Packages that use SearchResult
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of SearchResult in org.springframework.data.domain
Methods in org.springframework.data.domain that return SearchResultModifier and TypeMethodDescription<U> SearchResult<U>
Creates a newSearchResult
by applying the given mappingFunction
to this result's content.Methods in org.springframework.data.domain that return types with arguments of type SearchResultModifier and TypeMethodDescriptionSearchResults.getContent()
Return the actual content of theSearchResult
items as an unmodifiable list.SearchResults.iterator()
SearchResults.stream()
Constructor parameters in org.springframework.data.domain with type arguments of type SearchResultModifierConstructorDescriptionSearchResults
(List<? extends SearchResult<T>> results) Creates a newSearchResults
instance from the given list ofSearchResult
items.