Uses of Class
org.springframework.data.aerospike.core.AerospikeTemplate
Packages that use AerospikeTemplate
Package
Description
-
Uses of AerospikeTemplate in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return AerospikeTemplateModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) -
Uses of AerospikeTemplate in org.springframework.data.aerospike.repository.query
Constructors in org.springframework.data.aerospike.repository.query with parameters of type AerospikeTemplateModifierConstructorDescriptionAerospikePartTreeQuery(QueryMethod queryMethod, QueryMethodEvaluationContextProvider evalContextProvider, AerospikeTemplate operations, Class<? extends AbstractQueryCreator<?, ?>> queryCreator) -
Uses of AerospikeTemplate in org.springframework.data.aerospike.repository.support
Methods in org.springframework.data.aerospike.repository.support with parameters of type AerospikeTemplateModifier and TypeMethodDescriptionvoidAerospikeRepositoryFactoryBean.setTemplate(AerospikeTemplate aerospikeTemplate) Constructors in org.springframework.data.aerospike.repository.support with parameters of type AerospikeTemplateModifierConstructorDescriptionAerospikeRepositoryFactory(AerospikeTemplate aerospikeTemplate) AerospikeRepositoryFactory(AerospikeTemplate aerospikeTemplate, Class<? extends AbstractQueryCreator<?, ?>> queryCreator)