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) Methods in org.springframework.data.aerospike.config with parameters of type AerospikeTemplateModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext> aerospikeMappingContext, AerospikeIndexResolver aerospikeIndexResolver, AerospikeTemplate template) -
Uses of AerospikeTemplate in org.springframework.data.aerospike.index
Constructors in org.springframework.data.aerospike.index with parameters of type AerospikeTemplateModifierConstructorDescriptionAerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext> mappingContext, boolean createIndexesOnStartup, AerospikeIndexResolver aerospikeIndexResolver, AerospikeTemplate template)