Uses of Class
org.springframework.data.mongodb.core.script.ExecutableMongoScript
Packages that use ExecutableMongoScript
Package
Description
MongoDB core support.
Abstraction classes javascript function execution within MongoDB Server.
-
Uses of ExecutableMongoScript in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type ExecutableMongoScriptModifier 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 givenExecutableMongoScriptgenerating a synthetic name so that it can be called by it subsequently. -
Uses of ExecutableMongoScript in org.springframework.data.mongodb.core.script
Methods in org.springframework.data.mongodb.core.script that return ExecutableMongoScriptModifier and TypeMethodDescriptionNamedMongoScript.getScript()Deprecated.Returns the underlyingExecutableMongoScript.Constructors in org.springframework.data.mongodb.core.script with parameters of type ExecutableMongoScriptModifierConstructorDescriptionNamedMongoScript(String name, ExecutableMongoScript script) Deprecated.Creates newNamedMongoScript.