Uses of Interface
org.springframework.data.mongodb.core.ReactiveFindOperation.TerminatingResults
Packages that use ReactiveFindOperation.TerminatingResults
-
Uses of ReactiveFindOperation.TerminatingResults in org.springframework.data.mongodb.core
Subinterfaces of ReactiveFindOperation.TerminatingResults in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptionstatic interfaceCollection override (optional).static interfaceResult type override (optional).static interfaceProvide aQueryoverride (optional).static interfaceReactiveFindOperation.ReactiveFindprovides methods for constructing lookup operations in a fluent way.static interfaceCompose find execution by calling one of the terminating methods.Methods in org.springframework.data.mongodb.core that return ReactiveFindOperation.TerminatingResultsModifier and TypeMethodDescriptionReactiveFindOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.