Class MergeOperation.WhenDocumentsDontMatch

java.lang.Object
org.springframework.data.mongodb.core.aggregation.MergeOperation.WhenDocumentsDontMatch
Enclosing class:
MergeOperation

public static class MergeOperation.WhenDocumentsDontMatch extends Object
Value Object specifying how to deal with a result document that do not match an existing document in the collection based on the fields of the on property describing the unique identifier.
Since:
2.3
Author:
Christoph Strobl