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 newSearchResultby applying the given mappingFunctionto 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 theSearchResultitems 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 newSearchResultsinstance from the given list ofSearchResultitems.