| Package | Description |
|---|---|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveMongoQueryMethod
Reactive specific implementation of
MongoQueryMethod. |
| Modifier and Type | Method and Description |
|---|---|
MongoQueryMethod |
AbstractMongoQuery.getQueryMethod() |
MongoQueryMethod |
AbstractReactiveMongoQuery.getQueryMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractMongoQuery.doExecute(MongoQueryMethod method,
ResultProcessor processor,
ConvertingParameterAccessor accessor,
Class<?> typeToRead)
Execute the
RepositoryQuery of the given method with the parameters provided by the
accessor |
protected Object |
StringBasedAggregation.doExecute(MongoQueryMethod method,
ResultProcessor resultProcessor,
ConvertingParameterAccessor accessor,
Class<?> typeToRead) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.