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

    Constructors
    Constructor
    Description
    ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor, org.springframework.context.ApplicationContext applicationContext, org.springframework.core.env.Environment environment)
    Creates a new MongoRepositoryFactory with the given MongoOperations.
  • Method Summary

    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.ValueExpressionDelegate valueExpressionDelegate)
     

    Methods inherited from class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory

    getEntityInformation, getProjectionFactory, getRepositoryBaseClass, getRepositoryFragments, getTargetRepository, setBeanClassLoader

    Methods inherited from class org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport

    setEvaluationContextProvider, validate

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 new MongoRepositoryFactory with the given MongoOperations.
      Parameters:
      mongoOperations - must not be null
      queryExecutor - - 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:
      getQueryLookupStrategy in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory