org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAwarepublic class NonReactiveAggregateQuerySupportingRepositoryFactory
extends org.springframework.data.mongodb.repository.support.MongoRepositoryFactory
org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor, org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor| Constructor | Description |
|---|---|
NonReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.MongoOperations 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) |
getEntityInformation, getRepositoryBaseClass, getRepositoryFragments, getTargetRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validatepublic NonReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.MongoOperations 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(@Nullable org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryCopyright © 2020. All rights reserved.