Java org.springframework.data.mongodb.repository.support ReactiveMongoRepositoryFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.repository.support ReactiveMongoRepositoryFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.repository.support ReactiveMongoRepositoryFactory.

The text is from its open source code.

Constructor

ReactiveMongoRepositoryFactory(ReactiveMongoOperations mongoOperations)
Creates a new ReactiveMongoRepositoryFactory with the given ReactiveMongoOperations .

Method

TgetRepository(Class repositoryInterface)
Returns a repository instance for the given interface.
voidsetBeanClassLoader(ClassLoader classLoader)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetEvaluationContextProvider(QueryMethodEvaluationContextProvider evaluationContextProvider)
Sets the QueryMethodEvaluationContextProvider to be used to evaluate SpEL expressions in manually defined queries.
voidsetRepositoryBaseClass(Class repositoryBaseClass)
Configures the repository base class to use when creating the repository proxy.