类 AutoTableGlobalConfig
java.lang.Object
org.dromara.autotable.core.AutoTableGlobalConfig
全局配置
- 作者:
- don
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddStrategy(IStrategy<? extends TableMetadata, ? extends CompareTableInfo> strategy) static voidclear()清除当前线程的配置Collection<IStrategy<?, ?>> IStrategy<?, ?> getStrategy(String databaseDialect) static AutoTableGlobalConfiginstance()获取当前线程的配置
-
构造器详细资料
-
AutoTableGlobalConfig
public AutoTableGlobalConfig()
-
-
方法详细资料
-
instance
获取当前线程的配置 -
clear
public static void clear()清除当前线程的配置 -
addStrategy
-
getStrategy
-
getAllStrategy
-