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