public interface UpdateWithQueryDecorator<T> extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T>, UpdateWithUpdateDecorator<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T> |
getImpl() |
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) |
apply, replaceWithorg.springframework.data.mongodb.core.ExecutableUpdateOperation.UpdateWithQuery<T> getImpl()
getImpl in interface UpdateWithUpdateDecorator<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>Copyright © 2021. All rights reserved.