Class MergeOperation.WhenDocumentsMatch

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

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