private static class ReactiveCosmosRepositoryFactory.ReactiveCosmosQueryLookupStrategy extends Object implements org.springframework.data.repository.query.QueryLookupStrategy
| Modifier and Type | Field and Description |
|---|---|
private ReactiveCosmosOperations |
cosmosOperations |
| Constructor and Description |
|---|
ReactiveCosmosQueryLookupStrategy(ReactiveCosmosOperations operations,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.repository.query.RepositoryQuery |
resolveQuery(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory,
org.springframework.data.repository.core.NamedQueries namedQueries) |
private final ReactiveCosmosOperations cosmosOperations
public ReactiveCosmosQueryLookupStrategy(ReactiveCosmosOperations operations, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider provider)
public org.springframework.data.repository.query.RepositoryQuery resolveQuery(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.repository.core.NamedQueries namedQueries)
resolveQuery in interface org.springframework.data.repository.query.QueryLookupStrategyCopyright © 2020 Microsoft. All rights reserved.