Uses of Class
org.springframework.data.mongodb.core.aggregation.OutOperation
Packages that use OutOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of OutOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return OutOperationModifier and TypeMethodDescriptionOptionally specify the database of the target collection.OutOperation.insertDocuments()
Deprecated, for removal: This API element is subject to removal in a future version.OutOperation.mode
(OutOperation.OutMode mode) Deprecated, for removal: This API element is subject to removal in a future version.extended$out
syntax was superseded by$merge
.static OutOperation
Creates a newOutOperation
using the given collection name.OutOperation.replaceCollection()
Deprecated, for removal: This API element is subject to removal in a future version.extended$out
syntax was superseded by$merge
.OutOperation.replaceDocuments()
Deprecated, for removal: This API element is subject to removal in a future version.extended$out
syntax was superseded by$merge
.Deprecated, for removal: This API element is subject to removal in a future version.extended$out
syntax was superseded by$merge
.OutOperation.uniqueKeyOf
(Iterable<String> fields) Deprecated, for removal: This API element is subject to removal in a future version.extended$out
syntax was superseded by$merge
.
$out
syntax was superseded by$merge
.