| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.repository.query | |
| org.springframework.data.aerospike.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AerospikeTemplate
Primary implementation of
AerospikeOperations. |
| Constructor and Description |
|---|
AerospikePartTreeQuery(QueryMethod queryMethod,
QueryMethodEvaluationContextProvider evalContextProvider,
AerospikeOperations aerospikeOperations,
Class<? extends AbstractQueryCreator<?,?>> queryCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
AerospikeRepositoryFactoryBean.setKeyValueOperations(AerospikeOperations operations) |
void |
AerospikeRepositoryFactoryBean.setOperations(AerospikeOperations operations) |
| Constructor and Description |
|---|
AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations) |
AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations,
Class<? extends AbstractQueryCreator<?,?>> queryCreator) |
SimpleAerospikeRepository(EntityInformation<T,ID> metadata,
AerospikeOperations operations) |
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.