public class FindWithQueryDecoratorImpl<T> extends Object implements FindWithQueryDecorator<T>
| Constructor and Description |
|---|
FindWithQueryDecoratorImpl(org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery<T> impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatching, matching, nearall, count, exists, first, firstValue, one, oneValue, streampublic FindWithQueryDecoratorImpl(org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery<T> impl, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithQuery<T> getImpl()
getImpl in interface FindWithQueryDecorator<T>getImpl in interface TerminatingFindDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.InvokablegetInvoker in interface TerminatingFindDecorator<T>Copyright © 2021. All rights reserved.