Package | Description |
---|---|
org.springframework.data.mongodb.config |
Spring XML namespace configuration for MongoDB specific repositories.
|
org.springframework.data.mongodb.core |
MongoDB core support.
|
Modifier and Type | Method and Description |
---|---|
ReactiveMongoDatabaseFactory |
AbstractReactiveMongoConfiguration.reactiveMongoDbFactory()
Creates a
ReactiveMongoDatabaseFactory to be used by the ReactiveMongoOperations . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleReactiveMongoDatabaseFactory
Factory to create
MongoDatabase instances from a MongoClient instance. |
Constructor and Description |
---|
ReactiveMongoTemplate(ReactiveMongoDatabaseFactory mongoDatabaseFactory)
Constructor used for a basic template configuration.
|
ReactiveMongoTemplate(ReactiveMongoDatabaseFactory mongoDatabaseFactory,
MongoConverter mongoConverter)
Constructor used for a basic template configuration.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.