Uses of Interface
org.springframework.data.mongodb.core.aggregation.ReplaceRootOperation.Replacement
Packages that use ReplaceRootOperation.Replacement
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ReplaceRootOperation.Replacement in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ReplaceRootOperation.ReplacementModifier and TypeMethodDescriptionprotected ReplaceRootOperation.ReplacementReplaceRootOperation.getReplacement()Obtain theReplaceRootOperation.Replacement.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type ReplaceRootOperation.ReplacementModifierConstructorDescriptionReplaceRootOperation(ReplaceRootOperation.Replacement replacement) Creates a newReplaceRootOperationgiven theReplaceRootOperation.Replacement.ReplaceWithOperation(ReplaceRootOperation.Replacement replacement) Creates new instance ofReplaceWithOperation.