public interface FindAndModifyWithOptionsDecorator<T>
extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndModifyWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndModifyWithOptions<T> |
getImpl() |
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify<T> |
withOptions(org.springframework.data.mongodb.core.FindAndModifyOptions options) |
org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndModifyWithOptions<T> getImpl()
default org.springframework.data.mongodb.core.ExecutableUpdateOperation.TerminatingFindAndModify<T> withOptions(org.springframework.data.mongodb.core.FindAndModifyOptions options)
withOptions in interface org.springframework.data.mongodb.core.ExecutableUpdateOperation.FindAndModifyWithOptions<T>Copyright © 2021. All rights reserved.