| Package | Description |
|---|---|
| org.springframework.data.mongodb |
Spring Data's MongoDB abstraction.
|
| 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 |
ReactiveMongoDatabaseFactory.withSession(com.mongodb.reactivestreams.client.ClientSession session)
Obtain a
ClientSession bound instance of ReactiveMongoDatabaseFactory returning
MongoDatabase instances that are aware and bound to the given session. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveMongoDatabaseFactory |
SimpleReactiveMongoDatabaseFactory.withSession(com.mongodb.reactivestreams.client.ClientSession session) |
| 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.
|
ReactiveMongoTemplate(ReactiveMongoDatabaseFactory mongoDatabaseFactory,
MongoConverter mongoConverter,
Consumer<Throwable> subscriptionExceptionHandler)
Constructor used for a basic template configuration.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.