public interface ExecutableUpdateDecorator<T>
extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableUpdateOperation.ExecutableUpdate<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithCollection<T>, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T>, 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.ExecutableUpdate<T> |
getImpl() |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T> |
inCollection(String collection) |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> |
matching(org.springframework.data.mongodb.core.query.CriteriaDefinition criteria) |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> |
matching(org.springframework.data.mongodb.core.query.Query query) |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndReplaceWithProjection<T> |
replaceWith(T replacement) |
org.springframework.data.mongodb.core.ExecutableUpdateOperation.ExecutableUpdate<T> getImpl()
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T> inCollection(String collection)
inCollection in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithCollection<T>default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> matching(org.springframework.data.mongodb.core.query.Query query)
matching in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T>default org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithUpdate<T> matching(org.springframework.data.mongodb.core.query.CriteriaDefinition criteria)
matching in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T>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.