Uses of Class
org.springframework.data.mongodb.core.aggregation.UnsetOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of UnsetOperation in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionAlso unset the given fields.Also unset the given fields.static UnsetOperation
Create new instance ofUnsetOperation
.Modifier and TypeMethodDescriptionAggregationUpdate.unset
(UnsetOperation unsetOperation) $unset
removes/excludes fields from documents.