| 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. |
| Constructor and Description |
|---|
AbstractReactiveMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations operations)
|
ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations)
|
ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations,
SpelExpressionParser expressionParser,
QueryMethodEvaluationContextProvider evaluationContextProvider)
|
ReactiveStringBasedMongoQuery(String query,
ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations,
SpelExpressionParser expressionParser,
QueryMethodEvaluationContextProvider evaluationContextProvider)
Creates a new
ReactiveStringBasedMongoQuery for the given String, MongoQueryMethod,
MongoOperations, SpelExpressionParser and QueryMethodEvaluationContextProvider. |
| 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. |
SimpleReactiveMongoRepository(MongoEntityInformation<T,ID> entityInformation,
ReactiveMongoOperations mongoOperations) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.