| Package | Description |
|---|---|
| org.springframework.data.mongodb.config |
Spring XML namespace configuration for MongoDB specific repositories.
|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| org.springframework.data.mongodb.repository.support |
Support infrastructure for query derivation of MongoDB specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveMongoOperations |
AbstractReactiveMongoConfiguration.reactiveMongoTemplate()
Creates
ReactiveMongoOperations. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveMongoTemplate
Primary implementation of
ReactiveMongoOperations. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveMongoOperations |
ReactiveMongoOperations.withSession(com.mongodb.reactivestreams.client.ClientSession session)
Obtain a
ClientSession bound instance of ReactiveMongoOperations. |
ReactiveMongoOperations |
ReactiveMongoTemplate.withSession(com.mongodb.reactivestreams.client.ClientSession session) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
ReactiveSessionCallback.doInSession(ReactiveMongoOperations operations)
Execute operations against a MongoDB instance via session bound
ReactiveMongoOperations. |
| Constructor and Description |
|---|
DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations,
String collectionName,
QueryMapper queryMapper)
Creates a new
DefaultReactiveIndexOperations. |
DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations,
String collectionName,
QueryMapper queryMapper,
Class<?> type)
Creates a new
DefaultReactiveIndexOperations. |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryFactorySupport |
ReactiveMongoRepositoryFactoryBean.getFactoryInstance(ReactiveMongoOperations operations)
Creates and initializes a
RepositoryFactorySupport instance. |
void |
ReactiveMongoRepositoryFactoryBean.setReactiveMongoOperations(ReactiveMongoOperations operations)
Configures the
ReactiveMongoOperations to be used. |
| Constructor and Description |
|---|
ReactiveMongoRepositoryFactory(ReactiveMongoOperations mongoOperations)
Creates a new
ReactiveMongoRepositoryFactory with the given ReactiveMongoOperations. |
ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation<T,?> entityInformation,
ReactiveMongoOperations mongoOperations)
Creates a new
ReactiveQuerydslMongoPredicateExecutor for the given MongoEntityInformation and
ReactiveMongoOperations. |
ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation<T,?> entityInformation,
ReactiveMongoOperations mongoOperations,
EntityPathResolver resolver)
Creates a new
ReactiveQuerydslMongoPredicateExecutor for the given MongoEntityInformation,
ReactiveMongoOperations and EntityPathResolver. |
SimpleReactiveMongoRepository(@NonNull MongoEntityInformation<T,ID> entityInformation,
@NonNull ReactiveMongoOperations mongoOperations) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.