Uses of Class
org.springframework.data.domain.SearchResults
Packages that use SearchResults
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of SearchResults in org.springframework.data.domain
Methods in org.springframework.data.domain that return SearchResultsModifier and TypeMethodDescription<U> SearchResults<U>
Creates a newSearchResults
instance with the content of the current results mapped via the givenFunction
.