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