Uses of Interface
com.github.krr.mongodb.aggregate.support.api.ReactiveMongoQueryExecutor
Packages that use ReactiveMongoQueryExecutor
Package
Description
-
Uses of ReactiveMongoQueryExecutor in com.github.krr.mongodb.aggregate.support.factory
Constructors in com.github.krr.mongodb.aggregate.support.factory with parameters of type ReactiveMongoQueryExecutorModifierConstructorDescriptionReactiveAggregateQuerySupportingRepositoryFactory(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, ReactiveMongoQueryExecutor queryExecutor) Creates a newMongoRepositoryFactorywith the givenMongoOperations.ReactiveAggregateQuerySupportingRepositoryFactoryBean(Class<? extends T> repositoryInterface, ReactiveMongoQueryExecutor queryExecutor) -
Uses of ReactiveMongoQueryExecutor in com.github.krr.mongodb.aggregate.support.query
Classes in com.github.krr.mongodb.aggregate.support.query that implement ReactiveMongoQueryExecutorModifier and TypeClassDescriptionclassCreated by rkolliva 5/17/18.classCreated by rkolliva 4/16/18.Constructors in com.github.krr.mongodb.aggregate.support.query with parameters of type ReactiveMongoQueryExecutorModifierConstructorDescriptionReactiveAggregateMongoQuery(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, org.springframework.data.projection.ProjectionFactory projectionFactory, ReactiveMongoQueryExecutor queryExecutor) Creates a newAbstractMongoQueryfrom the givenMongoQueryMethodandMongoOperations.