Uses of Interface
org.springframework.data.mongodb.core.ReactiveMapReduceOperation.MapReduceWithProjection
Packages that use ReactiveMapReduceOperation.MapReduceWithProjection
-
Uses of ReactiveMapReduceOperation.MapReduceWithProjection in org.springframework.data.mongodb.core
Subinterfaces of ReactiveMapReduceOperation.MapReduceWithProjection in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptionstatic interfaceReactiveMapReduceOperation.ReactiveMapReduceprovides methods for constructing reactive mapReduce operations in a fluent way.Methods in org.springframework.data.mongodb.core that return ReactiveMapReduceOperation.MapReduceWithProjectionModifier and TypeMethodDescriptionReactiveMapReduceOperation.MapReduceWithCollection.inCollection(String collection) Explicitly set the name of the collection to perform the mapReduce operation on.