Uses of Class
org.springframework.data.mongodb.core.script.NamedMongoScript
Packages that use NamedMongoScript
-
Uses of NamedMongoScript in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return NamedMongoScriptModifier and TypeMethodDescriptionScriptOperations.register(ExecutableMongoScript script) Deprecated.Store givenExecutableMongoScriptgenerating a synthetic name so that it can be called by it subsequently.ScriptOperations.register(NamedMongoScript script) Deprecated.Registers the givenNamedMongoScriptin the database.Methods in org.springframework.data.mongodb.core with parameters of type NamedMongoScriptModifier and TypeMethodDescriptionScriptOperations.register(NamedMongoScript script) Deprecated.Registers the givenNamedMongoScriptin the database.