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

org.springframework.data.tarantool.config.BeanNames 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.config;

/**
 * Contains default bean names for Tarantool beans. These are the names of the beans used by Spring Data Tarantool,
 * unless an explicit id is given to the bean either in the xml configuration or the
 * {@link AbstractTarantoolDataConfiguration java configuration}.
 *
 * @author Alexey Kuzin
 */
public class BeanNames {
    /**
     * The name for the bean that stores custom mapping between repositories and their backing tarantoolOperations.
     */
    public static final String TARANTOOL_OPERATIONS_MAPPING = "tarantoolRepositoryOperationsMapping";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy