public interface UpdateWithUpdateDecorator<T>
extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T>
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate<T> |
apply(org.springframework.data.mongodb.core.query.UpdateDefinition update) |
org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> |
getImpl() |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndReplaceWithProjection<T> |
replaceWith(T replacement) |
org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> getImpl()
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingUpdate<T> apply(org.springframework.data.mongodb.core.query.UpdateDefinition update)
apply in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T>Copyright © 2021. All rights reserved.