Java org.springframework.data.mongodb.core.script NamedMongoScript fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.script NamedMongoScript fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.script NamedMongoScript.

The text is from its open source code.

Constructor

NamedMongoScript(String name, String rawScript)
Creates new NamedMongoScript that can be saved to the com.mongodb.DB instance.
NamedMongoScript(String name, ExecutableMongoScript script)
Creates new NamedMongoScript .