Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.Concat
Packages that use StringOperators.Concat
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.Concat in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.ConcatModifier and TypeMethodDescriptionConcat the given value.Creates newAggregationExpressionthat takes the associated string representation and concats given value to it.StringOperators.Concat.concatValueOf(String fieldReference) Concat the value of the given field.StringOperators.Concat.concatValueOf(AggregationExpression expression) Concat the value resulting from the givenAggregationExpression.StringOperators.StringOperatorFactory.concatValueOf(String fieldReference) Creates newAggregationExpressionthat takes the associated string representation and concats the value of the referenced field to it.StringOperators.StringOperatorFactory.concatValueOf(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and concats the result of the givenAggregationExpressionto it.static StringOperators.ConcatStringOperators.Concat.stringValue(String value) Creates newStringOperators.Concat.static StringOperators.ConcatCreates newStringOperators.Concat.static StringOperators.ConcatStringOperators.Concat.valueOf(AggregationExpression expression) Creates newStringOperators.Concat.