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

com.jeesuite.mybatis.plugin.PluginConfig Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.jeesuite.mybatis.plugin;

public class PluginConfig {

	public static final String CRUD_DRIVER = "crudDriver";
	public static final String DB_TYPE = "dbType";
	public static final String CACHE_NULL_VALUE = "cache.nullValue";
	public static final String CACHE_EXPIRE_SECONDS = "cache.expire.seconds";
	public static final String CACHE_DYNAMIC_EXPIRE = "cache.dynamic.expire";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy