Uses of Interface
com.oracle.nosql.spring.data.core.ReactiveNosqlOperations
Packages that use ReactiveNosqlOperations
Package
Description
-
Uses of ReactiveNosqlOperations in com.oracle.nosql.spring.data.core
Classes in com.oracle.nosql.spring.data.core that implement ReactiveNosqlOperations -
Uses of ReactiveNosqlOperations in com.oracle.nosql.spring.data.repository.query
Constructors in com.oracle.nosql.spring.data.repository.query with parameters of type ReactiveNosqlOperationsModifierConstructorDescriptionAbstractReactiveNosqlQuery(NosqlQueryMethod method, ReactiveNosqlOperations operations) CountExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) DeleteExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) ExistsExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) MultiEntityExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) PartTreeReactiveNosqlQuery(NosqlQueryMethod method, ReactiveNosqlOperations operations) ReactiveStringBasedNosqlQuery(NosqlQueryMethod method, ReactiveNosqlOperations operations, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) ReactiveStringBasedNosqlQuery(String query, NosqlQueryMethod method, ReactiveNosqlOperations operations, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider) -
Uses of ReactiveNosqlOperations in com.oracle.nosql.spring.data.repository.support
Methods in com.oracle.nosql.spring.data.repository.support with parameters of type ReactiveNosqlOperationsModifier and TypeMethodDescriptionvoidReactiveNosqlRepositoryFactoryBean.setReactiveNosqlOperations(ReactiveNosqlOperations operations) Constructors in com.oracle.nosql.spring.data.repository.support with parameters of type ReactiveNosqlOperationsModifierConstructorDescriptionReactiveNosqlRepositoryFactory(ReactiveNosqlOperations nosqlOperations, org.springframework.context.ApplicationContext applicationContext) SimpleReactiveNosqlRepository(NosqlEntityInformation<T, ID> metadata, ReactiveNosqlOperations reactiveNosqlOperations)