Uses of Interface
org.springframework.data.aerospike.core.AerospikeExceptionTranslator
Packages that use AerospikeExceptionTranslator
Package
Description
-
Uses of AerospikeExceptionTranslator in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return AerospikeExceptionTranslatorModifier and TypeMethodDescriptionAerospikeDataConfigurationSupport.aerospikeExceptionTranslator()Methods in org.springframework.data.aerospike.config with parameters of type AerospikeExceptionTranslatorModifier and TypeMethodDescriptionAbstractAerospikeDataConfiguration.aerospikeTemplate(com.aerospike.client.IAerospikeClient aerospikeClient, MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) AbstractReactiveAerospikeDataConfiguration.reactiveAerospikeTemplate(MappingAerospikeConverter mappingAerospikeConverter, AerospikeMappingContext aerospikeMappingContext, AerospikeExceptionTranslator aerospikeExceptionTranslator, com.aerospike.client.reactor.IAerospikeReactorClient aerospikeReactorClient, ReactorQueryEngine reactorQueryEngine, ReactorIndexRefresher reactorIndexRefresher, ServerVersionSupport serverVersionSupport, AerospikeSettings settings) -
Uses of AerospikeExceptionTranslator in org.springframework.data.aerospike.core
Classes in org.springframework.data.aerospike.core that implement AerospikeExceptionTranslatorModifier and TypeClassDescriptionclassThis class translates the AerospikeException and result code to a DataAccessException.Constructors in org.springframework.data.aerospike.core with parameters of type AerospikeExceptionTranslatorModifierConstructorDescriptionAerospikeTemplate(com.aerospike.client.IAerospikeClient client, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, QueryEngine queryEngine, IndexRefresher indexRefresher, ServerVersionSupport serverVersionSupport) ReactiveAerospikeTemplate(com.aerospike.client.reactor.IAerospikeReactorClient reactorClient, String namespace, MappingAerospikeConverter converter, AerospikeMappingContext mappingContext, AerospikeExceptionTranslator exceptionTranslator, ReactorQueryEngine queryEngine, ReactorIndexRefresher reactorIndexRefresher, ServerVersionSupport serverVersionSupport)