| 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(org.springframework.data.repository.query.QueryMethod queryMethod,
org.springframework.data.repository.query.EvaluationContextProvider evalContextProvider,
AerospikeOperations aerospikeOperations,
Class<? extends org.springframework.data.repository.query.parser.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 org.springframework.data.repository.query.parser.AbstractQueryCreator<?,?>> queryCreator) |
SimpleAerospikeRepository(org.springframework.data.repository.core.EntityInformation<T,ID> metadata,
AerospikeOperations operations) |
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.