public interface TerminatingAggregationDecorator<T>
extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation<T>
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.data.mongodb.core.aggregation.AggregationResults<T> |
all() |
org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation<T> |
getImpl() |
default org.springframework.data.util.CloseableIterator<T> |
stream() |
org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation<T> getImpl()
default org.springframework.data.mongodb.core.aggregation.AggregationResults<T> all()
all in interface org.springframework.data.mongodb.core.ExecutableAggregationOperation.TerminatingAggregation<T>Copyright © 2021. All rights reserved.