Uses of Interface
cn.cloudself.query.config.IOnlyGlobalConfig
-
Packages that use IOnlyGlobalConfig Package Description cn.cloudself.query.config cn.cloudself.query.config.impl -
-
Uses of IOnlyGlobalConfig in cn.cloudself.query.config
Fields in cn.cloudself.query.config declared as IOnlyGlobalConfig Modifier and Type Field Description static IOnlyGlobalConfigQueryProConfig. global -
Uses of IOnlyGlobalConfig in cn.cloudself.query.config.impl
Classes in cn.cloudself.query.config.impl that implement IOnlyGlobalConfig Modifier and Type Class Description classFinalQueryProConfigImpl继承自`QueryProConfigDb`, 添加了一些方法,需手动管理`ThreadLocal`中数据的初始化和销毁,也可以用`use`方法管理。classGlobalQueryProConfigImpl继承自`QueryProConfigDb`, 额外引入了一些仅在全局作用域下支持的配置。
-