Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.StrCaseCmp
Packages that use StringOperators.StrCaseCmp
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.StrCaseCmp in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.StrCaseCmpModifier and TypeMethodDescriptionStringOperators.StrCaseCmp.strcasecmp(String value) StringOperators.StringOperatorFactory.strCaseCmp(String value) Creates newAggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the given value.StringOperators.StrCaseCmp.strcasecmpValueOf(String fieldReference) StringOperators.StrCaseCmp.strcasecmpValueOf(AggregationExpression expression) StringOperators.StringOperatorFactory.strCaseCmpValueOf(String fieldReference) Creates newAggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the referenced fieldReference.StringOperators.StringOperatorFactory.strCaseCmpValueOf(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and performs case-insensitive comparison to the result of the givenAggregationExpression.static StringOperators.StrCaseCmpStringOperators.StrCaseCmp.stringValue(String value) Creates newStringOperators.StrCaseCmp.static StringOperators.StrCaseCmpCreates newStringOperators.StrCaseCmp.static StringOperators.StrCaseCmpStringOperators.StrCaseCmp.valueOf(AggregationExpression expression) Creates newStringOperators.StrCaseCmp.