public class FindWithCollectionDecoratorImpl<T> extends Object implements FindWithCollectionDecorator<T>
| Constructor and Description |
|---|
FindWithCollectionDecoratorImpl(org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithCollection<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.FindWithCollection<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinCollectionmatching, matching, nearall, count, exists, first, firstValue, one, oneValue, streampublic FindWithCollectionDecoratorImpl(org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithCollection<T> impl, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.ExecutableFindOperation.FindWithCollection<T> getImpl()
getImpl in interface FindWithCollectionDecorator<T>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.