Uses of Enum Class
org.springframework.data.mongodb.core.aggregation.OutOperation.OutMode
Packages that use OutOperation.OutMode
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of OutOperation.OutMode in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return OutOperation.OutModeModifier and TypeMethodDescriptionstatic OutOperation.OutModeReturns the enum constant of this class with the specified name.static OutOperation.OutMode[]OutOperation.OutMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type OutOperation.OutModeModifier and TypeMethodDescriptionOutOperation.mode(OutOperation.OutMode mode) Specify how to merge the aggregation output with the target collection.