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

    Constructors
    Constructor
    Description
    ReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor)
    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.QueryMethodEvaluationContextProvider evaluationContextProvider)
     

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

    getEntityInformation, getProjectionFactory, getRepositoryBaseClass, getRepositoryFragments, getTargetRepository

    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, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, 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)
      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, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
      Overrides:
      getQueryLookupStrategy in class org.springframework.data.mongodb.repository.support.ReactiveMongoRepositoryFactory