public interface SessionScopedDecorator
extends org.springframework.data.mongodb.core.SessionScoped
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
execute(org.springframework.data.mongodb.core.SessionCallback<T> sessionCallback) |
default <T> T |
execute(org.springframework.data.mongodb.core.SessionCallback<T> sessionCallback,
Consumer<com.mongodb.client.ClientSession> clientSessionConsumer) |
org.springframework.data.mongodb.core.SessionScoped |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
org.springframework.data.mongodb.core.SessionScoped getImpl()
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
default <T> T execute(org.springframework.data.mongodb.core.SessionCallback<T> sessionCallback,
Consumer<com.mongodb.client.ClientSession> clientSessionConsumer)
execute in interface org.springframework.data.mongodb.core.SessionScopeddefault <T> T execute(org.springframework.data.mongodb.core.SessionCallback<T> sessionCallback)
execute in interface org.springframework.data.mongodb.core.SessionScopedCopyright © 2021. All rights reserved.