| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.script |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptOperations.execute(ExecutableMongoScript script,
Object... args)
Executes the script by either calling it via its name or directly sending it.
|
NamedMongoScript |
ScriptOperations.register(ExecutableMongoScript script)
Store given
ExecutableMongoScript generating a syntheitcal name so that it can be called by it
subsequently. |
| Modifier and Type | Method and Description |
|---|---|
ExecutableMongoScript |
NamedMongoScript.getScript()
Returns the underlying
ExecutableMongoScript. |
| Constructor and Description |
|---|
NamedMongoScript(String name,
ExecutableMongoScript script)
Creates new
NamedMongoScript. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.