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

artoria.generator.id.support.RedisIncrementalIdConfig Maven / Gradle / Ivy

The newest version!
package artoria.generator.id.support;

/**
 * The redis incremental identifier configuration.
 * @author Kahle
 */
public class RedisIncrementalIdConfig extends IncrementalIdConfig {
    private String redisKeyPrefix;

    public String getRedisKeyPrefix() {

        return redisKeyPrefix;
    }

    public void setRedisKeyPrefix(String redisKeyPrefix) {

        this.redisKeyPrefix = redisKeyPrefix;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy