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,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable
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, org.springframework.context.ApplicationContext applicationContext, org.springframework.core.env.Environment environment) 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.ValueExpressionDelegate valueExpressionDelegate) 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, getEnvironment, getProjectionFactory, getQueryLookupStrategy, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanFactory, setEnvironment, setEvaluationContextProvider, setExposeMetadata, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass
-
Constructor Details
-
ReactiveAggregateQuerySupportingRepositoryFactory
public ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor, org.springframework.context.ApplicationContext applicationContext, org.springframework.core.env.Environment environment) 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, @NonNull org.springframework.data.repository.query.ValueExpressionDelegate valueExpressionDelegate) - Overrides:
getQueryLookupStrategyin classorg.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory
-