Uses of Interface
org.springframework.data.mongodb.core.ReactiveFindOperation.FindWithProjection
Packages that use ReactiveFindOperation.FindWithProjection
-
Uses of ReactiveFindOperation.FindWithProjection in org.springframework.data.mongodb.core
Subinterfaces of ReactiveFindOperation.FindWithProjection in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptionstatic interface
ReactiveFindOperation.ReactiveFind
provides methods for constructing lookup operations in a fluent way.Methods in org.springframework.data.mongodb.core that return ReactiveFindOperation.FindWithProjectionModifier and TypeMethodDescriptionReactiveFindOperation.FindWithCollection.inCollection
(String collection) Explicitly set the name of the collection to perform the query on.