org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAwarepublic 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 | 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 | Description |
|---|---|---|
Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityInformation, getRepositoryBaseClass, getRepositoryFragments, getTargetRepositoryvalidateaddQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, 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.QueryMethodEvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactoryCopyright © 2019. All rights reserved.