Uses of Class
org.springframework.data.mongodb.core.aggregation.UnsetOperation
Packages that use UnsetOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of UnsetOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return UnsetOperationModifier and TypeMethodDescriptionAlso unset the given fields.Also unset the given fields.static UnsetOperationCreate new instance ofUnsetOperation.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type UnsetOperationModifier and TypeMethodDescriptionAggregationUpdate.unset(UnsetOperation unsetOperation) $unsetremoves/excludes fields from documents.