Class ReactiveAggregateQuerySupportingRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
com.github.krr.mongodb.aggregate.support.factory.ReactiveAggregateQuerySupportingRepositoryFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware
public class ReactiveAggregateQuerySupportingRepositoryFactory
extends org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
Created by rkolliva
10/10/2015.
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor) Creates a newMongoRepositoryFactorywith the givenMongoOperations. -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) Methods inherited from class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
getEntityInformation, getProjectionFactory, getRepositoryBaseClass, getRepositoryFragments, getTargetRepository, setBeanClassLoaderMethods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
setEvaluationContextProvider, validateMethods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanFactory, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
ReactiveAggregateQuerySupportingRepositoryFactory
public ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor) Creates a newMongoRepositoryFactorywith the givenMongoOperations.- Parameters:
mongoOperations- must not be nullqueryExecutor- - the query executor
-
-
Method Details
-
getQueryLookupStrategy
public Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) - Overrides:
getQueryLookupStrategyin classorg.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-