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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.data.mongodb.core.SimpleMongoDbFactory has subclasses.
Click this link to see all its subclasses.

Constructor

SimpleMongoDbFactory(MongoClient mongoClient, String databaseName)
Creates a new SimpleMongoDbFactory instance from the given MongoClient .
SimpleMongoDbFactory(MongoClientURI uri)
Creates a new SimpleMongoDbFactory instance from the given MongoClientURI .
SimpleMongoDbFactory(MongoClient mongoClient, String databaseName, boolean mongoInstanceCreated)