| Modifier and Type | Method and Description |
|---|---|
ReactiveAerospikeOperations |
AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(ReactiveQueryEngine queryEngine,
MappingAerospikeConverter mappingAerospikeConverter,
AerospikeMappingContext aerospikeMappingContext,
AerospikeExceptionTranslator aerospikeExceptionTranslator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveAerospikeTemplate
Primary implementation of
ReactiveAerospikeOperations. |
| Constructor and Description |
|---|
ReactiveAerospikePartTreeQuery(ReactiveAerospikeQueryMethod queryMethod,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evalContextProvider,
ReactiveAerospikeOperations aerospikeOperations,
java.lang.Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveAerospikeRepositoryFactoryBean.setKeyValueOperations(ReactiveAerospikeOperations operations) |
void |
ReactiveAerospikeRepositoryFactoryBean.setOperations(ReactiveAerospikeOperations operations) |
| Constructor and Description |
|---|
ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations) |
ReactiveAerospikeRepositoryFactory(ReactiveAerospikeOperations aerospikeOperations,
java.lang.Class<? extends org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
SimpleReactiveAerospikeRepository(org.springframework.data.repository.core.EntityInformation<T,ID> metadata,
ReactiveAerospikeOperations operations) |