@Deprecated public interface ScriptOperationsDecorator extends org.springframework.data.mongodb.core.ScriptOperations
| Modifier and Type | Method and Description |
|---|---|
default Object |
call(String scriptName,
Object... args)
Deprecated.
|
default Object |
execute(org.springframework.data.mongodb.core.script.ExecutableMongoScript script,
Object... args)
Deprecated.
|
default boolean |
exists(String scriptName)
Deprecated.
|
org.springframework.data.mongodb.core.ScriptOperations |
getImpl()
Deprecated.
|
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker()
Deprecated.
|
default Set<String> |
getScriptNames()
Deprecated.
|
default org.springframework.data.mongodb.core.script.NamedMongoScript |
register(org.springframework.data.mongodb.core.script.ExecutableMongoScript script)
Deprecated.
|
default org.springframework.data.mongodb.core.script.NamedMongoScript |
register(org.springframework.data.mongodb.core.script.NamedMongoScript script)
Deprecated.
|
org.springframework.data.mongodb.core.ScriptOperations getImpl()
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
default org.springframework.data.mongodb.core.script.NamedMongoScript register(org.springframework.data.mongodb.core.script.ExecutableMongoScript script)
register in interface org.springframework.data.mongodb.core.ScriptOperationsdefault org.springframework.data.mongodb.core.script.NamedMongoScript register(org.springframework.data.mongodb.core.script.NamedMongoScript script)
register in interface org.springframework.data.mongodb.core.ScriptOperationsdefault Object execute(org.springframework.data.mongodb.core.script.ExecutableMongoScript script, Object... args)
execute in interface org.springframework.data.mongodb.core.ScriptOperationsdefault Object call(String scriptName, Object... args)
call in interface org.springframework.data.mongodb.core.ScriptOperationsdefault boolean exists(String scriptName)
exists in interface org.springframework.data.mongodb.core.ScriptOperationsCopyright © 2021. All rights reserved.