Uses of Interface
org.springframework.data.mongodb.core.ReactiveAggregationOperation.TerminatingAggregationOperation
Packages that use ReactiveAggregationOperation.TerminatingAggregationOperation
-
Uses of ReactiveAggregationOperation.TerminatingAggregationOperation in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return ReactiveAggregationOperation.TerminatingAggregationOperationModifier and TypeMethodDescriptionReactiveAggregationOperation.AggregationOperationWithAggregation.by(Aggregation aggregation) Set the aggregation to be used.ReactiveAggregationOperation.TerminatingAggregationOperation.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.