public class ReactiveAggregateQuerySupportingRepositoryFactory
extends org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor, org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor| Constructor and Description |
|---|
ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations,
com.github.krr.mongodb.aggregate.support.api.MongoQueryExecutor queryExecutor)
Creates a new
MongoRepositoryFactory with the given MongoOperations. |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider) |
getEntityInformation, getRepositoryBaseClass, getTargetRepositoryvalidateaddQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClasspublic ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations,
com.github.krr.mongodb.aggregate.support.api.MongoQueryExecutor queryExecutor)
MongoRepositoryFactory with the given MongoOperations.mongoOperations - must not be nullqueryExecutor - - the query executorpublic Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryCopyright © 2018. All rights reserved.