Uses of Interface
org.springframework.data.aerospike.core.AerospikeOperations
| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.repository.query | |
| org.springframework.data.aerospike.repository.support |
-
Uses of AerospikeOperations in org.springframework.data.aerospike.core
Classes in org.springframework.data.aerospike.core that implement AerospikeOperations Modifier and Type Class Description classAerospikeTemplatePrimary implementation ofAerospikeOperations. -
Uses of AerospikeOperations in org.springframework.data.aerospike.repository.query
Constructors in org.springframework.data.aerospike.repository.query with parameters of type AerospikeOperations Constructor Description AerospikePartTreeQuery(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evalContextProvider, AerospikeOperations aerospikeOperations, Class<? extends AbstractQueryCreator<?,?>> queryCreator) -
Uses of AerospikeOperations in org.springframework.data.aerospike.repository.support
Methods in org.springframework.data.aerospike.repository.support with parameters of type AerospikeOperations Modifier and Type Method Description voidAerospikeRepositoryFactoryBean. setKeyValueOperations(AerospikeOperations operations)voidAerospikeRepositoryFactoryBean. setOperations(AerospikeOperations operations)Constructors in org.springframework.data.aerospike.repository.support with parameters of type AerospikeOperations Constructor Description AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations)AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations, Class<? extends AbstractQueryCreator<?,?>> queryCreator)SimpleAerospikeRepository(EntityInformation<T,ID> metadata, AerospikeOperations operations)