Uses of Interface
org.springframework.data.mongodb.core.ReactiveMongoOperations
Packages that use ReactiveMongoOperations
Package
Description
MongoDB core support.
Query derivation mechanism for MongoDB specific repositories.
Support infrastructure for query derivation of MongoDB specific repositories.
-
Uses of ReactiveMongoOperations in org.springframework.data.mongodb.core
Classes in org.springframework.data.mongodb.core that implement ReactiveMongoOperationsMethods in org.springframework.data.mongodb.core that return ReactiveMongoOperationsModifier and TypeMethodDescriptionReactiveMongoOperations.withSession(com.mongodb.reactivestreams.client.ClientSession session) Obtain aClientSessionbound instance ofReactiveMongoOperations.ReactiveMongoTemplate.withSession(com.mongodb.reactivestreams.client.ClientSession session) Methods in org.springframework.data.mongodb.core with parameters of type ReactiveMongoOperationsModifier and TypeMethodDescriptionReactiveSessionCallback.doInSession(ReactiveMongoOperations operations) Execute operations against a MongoDB instance via session boundReactiveMongoOperations.Constructors in org.springframework.data.mongodb.core with parameters of type ReactiveMongoOperationsModifierConstructorDescriptionDefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations, String collectionName, QueryMapper queryMapper) Creates a newDefaultReactiveIndexOperations.DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations, String collectionName, QueryMapper queryMapper, Class<?> type) Creates a newDefaultReactiveIndexOperations. -
Uses of ReactiveMongoOperations in org.springframework.data.mongodb.repository.query
Constructors in org.springframework.data.mongodb.repository.query with parameters of type ReactiveMongoOperationsModifierConstructorDescriptionAbstractReactiveMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations operations, ValueExpressionDelegate delegate) AbstractReactiveMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations operations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.since 4.4.0, use the constructors acceptingQueryMethodValueEvaluationContextAccessorinstead.ReactiveStringBasedAggregation(ReactiveMongoQueryMethod method, ReactiveMongoOperations reactiveMongoOperations, ValueExpressionDelegate delegate) ReactiveStringBasedAggregation(ReactiveMongoQueryMethod method, ReactiveMongoOperations reactiveMongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.since 4.4.0, use the constructors acceptingValueExpressionDelegateinstead.ReactiveStringBasedMongoQuery(String query, ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) Creates a newReactiveStringBasedMongoQueryfor the givenString,MongoQueryMethod,MongoOperations,ValueExpressionDelegate.ReactiveStringBasedMongoQuery(String query, ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.since 4.4.0, use the constructors acceptingValueExpressionDelegateinstead.ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) Creates a newReactiveStringBasedMongoQueryfor the givenMongoQueryMethod,MongoOperationsandValueExpressionDelegate.ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.since 4.4.0, use the constructors acceptingValueExpressionDelegateinstead. -
Uses of ReactiveMongoOperations in org.springframework.data.mongodb.repository.support
Methods in org.springframework.data.mongodb.repository.support with parameters of type ReactiveMongoOperationsModifier and TypeMethodDescriptionprotected RepositoryFactorySupportReactiveMongoRepositoryFactoryBean.getFactoryInstance(ReactiveMongoOperations operations) Creates and initializes aRepositoryFactorySupportinstance.voidReactiveMongoRepositoryFactoryBean.setReactiveMongoOperations(ReactiveMongoOperations operations) Configures theReactiveMongoOperationsto be used.Constructors in org.springframework.data.mongodb.repository.support with parameters of type ReactiveMongoOperationsModifierConstructorDescriptionReactiveMongoRepositoryFactory(ReactiveMongoOperations mongoOperations) Creates a newReactiveMongoRepositoryFactorywith the givenReactiveMongoOperations.ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation<T, ?> entityInformation, ReactiveMongoOperations mongoOperations) Creates a newReactiveQuerydslMongoPredicateExecutorfor the givenMongoEntityInformationandReactiveMongoOperations.ReactiveQuerydslMongoPredicateExecutor(MongoEntityInformation<T, ?> entityInformation, ReactiveMongoOperations mongoOperations, EntityPathResolver resolver) Creates a newReactiveQuerydslMongoPredicateExecutorfor the givenMongoEntityInformation,ReactiveMongoOperationsandEntityPathResolver.SimpleReactiveMongoRepository(MongoEntityInformation<T, ID> entityInformation, ReactiveMongoOperations mongoOperations)
ValueExpressionDelegate