Uses of Interface
org.springframework.data.aerospike.core.AerospikeOperations
Packages that use AerospikeOperations
Package
Description
-
Uses of AerospikeOperations in org.springframework.data.aerospike.core
Classes in org.springframework.data.aerospike.core that implement AerospikeOperations -
Uses of AerospikeOperations in org.springframework.data.aerospike.repository.query
Constructors in org.springframework.data.aerospike.repository.query with parameters of type AerospikeOperationsModifierConstructorDescriptionAerospikePartTreeQuery(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 AerospikeOperationsModifier and TypeMethodDescriptionvoidAerospikeRepositoryFactoryBean.setKeyValueOperations(AerospikeOperations operations) voidAerospikeRepositoryFactoryBean.setOperations(AerospikeOperations operations) Constructors in org.springframework.data.aerospike.repository.support with parameters of type AerospikeOperationsModifierConstructorDescriptionAerospikeRepositoryFactory(AerospikeOperations aerospikeOperations) AerospikeRepositoryFactory(AerospikeOperations aerospikeOperations, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) SimpleAerospikeRepository(EntityInformation<T, ID> metadata, AerospikeOperations operations)