| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
static SetOperators.SetDifference |
SetOperators.SetDifference.arrayAsSet(AggregationExpression expression)
Creates new
SetOperators.SetDifference. |
static SetOperators.SetDifference |
SetOperators.SetDifference.arrayAsSet(String arrayReference)
Creates new
SetOperators.SetDifference. |
SetOperators.SetDifference |
SetOperators.SetOperatorFactory.differenceTo(AggregationExpression expression)
Creates new
AggregationExpression that takes array of the previously mentioned field and returns an array
containing the elements that do not exist in the given AggregationExpression. |
SetOperators.SetDifference |
SetOperators.SetDifference.differenceTo(AggregationExpression expression)
Creates new
SetOperators.SetDifference with all previously added arguments appending the given one. |
SetOperators.SetDifference |
SetOperators.SetOperatorFactory.differenceTo(String arrayReference)
Creates new
AggregationExpression that takes array of the previously mentioned field and returns an array
containing the elements that do not exist in the given arrayReference. |
SetOperators.SetDifference |
SetOperators.SetDifference.differenceTo(String arrayReference)
Creates new
SetOperators.SetDifference with all previously added arguments appending the given one. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.