Uses of Class
org.springframework.data.mongodb.core.script.ExecutableMongoScript
Package
Description
MongoDB core support.
Abstraction classes javascript function execution within MongoDB Server.
-
Uses of ExecutableMongoScript in org.springframework.data.mongodb.core
Modifier and TypeMethodDescriptionScriptOperations.execute
(ExecutableMongoScript script, Object... args) Deprecated.Executes the script by either calling it via its name or directly sending it.ScriptOperations.register
(ExecutableMongoScript script) Deprecated.Store givenExecutableMongoScript
generating a synthetic name so that it can be called by it subsequently. -
Uses of ExecutableMongoScript in org.springframework.data.mongodb.core.script
Modifier and TypeMethodDescriptionNamedMongoScript.getScript()
Deprecated.Returns the underlyingExecutableMongoScript
.ModifierConstructorDescriptionNamedMongoScript
(String name, ExecutableMongoScript script) Deprecated.Creates newNamedMongoScript
.