All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.data.tarantool.TarantoolClientFactory Maven / Gradle / Ivy

Go to download

Spring Data module for Tarantool and Tarantool Cartridge for Tarantool versions 1.10+

There is a newer version: 0.6.1
Show newest version
package org.springframework.data.tarantool;

import org.springframework.dao.support.PersistenceExceptionTranslator;

public interface TarantoolClientFactory {
    /**
     * Return exception translator to be used for the client exceptions
     *
     * @return a {@link PersistenceExceptionTranslator} instance
     */
    PersistenceExceptionTranslator getExceptionTranslator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy