public 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 and Description |
|---|
NonReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.MongoOperations mongoOperations,
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, getRepositoryFragments, getTargetRepositoryaddQueryCreationListener, 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,
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.MongoRepositoryFactoryCopyright © 2018. All rights reserved.