public interface MapReduceWithQueryDecorator<T> extends org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T>, TerminatingMapReduceDecorator<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T> |
getImpl() |
default org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce<T> |
matching(org.springframework.data.mongodb.core.query.CriteriaDefinition criteria) |
default org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce<T> |
matching(org.springframework.data.mongodb.core.query.Query query) |
all, getInvokerorg.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T> getImpl()
getImpl in interface TerminatingMapReduceDecorator<T>default org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce<T> matching(org.springframework.data.mongodb.core.query.Query query)
matching in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T>default org.springframework.data.mongodb.core.ExecutableMapReduceOperation.TerminatingMapReduce<T> matching(org.springframework.data.mongodb.core.query.CriteriaDefinition criteria)
matching in interface org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithQuery<T>Copyright © 2021. All rights reserved.