Uses of Class
cn.cloudself.query.config.impl.QueryProConfigImpl
-
Packages that use QueryProConfigImpl Package Description cn.cloudself.query.config cn.cloudself.query.config.impl -
-
Uses of QueryProConfigImpl in cn.cloudself.query.config
Fields in cn.cloudself.query.config declared as QueryProConfigImpl Modifier and Type Field Description static QueryProConfigImplQueryProConfig. request -
Uses of QueryProConfigImpl in cn.cloudself.query.config.impl
Subclasses of QueryProConfigImpl in cn.cloudself.query.config.impl Modifier and Type Class Description classGlobalQueryProConfigImpl继承自`QueryProConfigDb`, 额外引入了一些仅在全局作用域下支持的配置。Methods in cn.cloudself.query.config.impl that return QueryProConfigImpl Modifier and Type Method Description QueryProConfigImplThreadQueryProConfigImpl. bt(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. connection(Connection connection)QueryProConfigImplThreadQueryProConfigImpl. dataSource(DataSource dataSource)QueryProConfigImplThreadQueryProConfigImpl. dbType(IQueryProConfig.DatabaseType dbType)QueryProConfigImplThreadQueryProConfigImpl. dryRun(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. logicDelete(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. logicDelete(boolean enable, String field, Object trueValue, Object falseValue)QueryProConfigImplThreadQueryProConfigImpl. maxParameterSize(int size)QueryProConfigImplThreadQueryProConfigImpl. pcb(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. pcb(boolean enable, LogLevel level)QueryProConfigImplThreadQueryProConfigImpl. pl(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. pl(boolean enable, LogLevel level)QueryProConfigImplThreadQueryProConfigImpl. ple(boolean print)QueryProConfigImplThreadQueryProConfigImpl. pr(boolean enable)QueryProConfigImplThreadQueryProConfigImpl. pr(boolean enable, LogLevel level)Methods in cn.cloudself.query.config.impl with parameters of type QueryProConfigImpl Modifier and Type Method Description TThreadQueryProConfigImpl.DefaultUse. call(QueryProConfigImpl it)voidThreadQueryProConfigImpl.Use. call(QueryProConfigImpl context)TThreadQueryProConfigImpl.UseResult. call(QueryProConfigImpl context)Method parameters in cn.cloudself.query.config.impl with type arguments of type QueryProConfigImpl Modifier and Type Method Description <T> TCodeQueryProConfigImpl. use(Map<String,Object> store, Function<QueryProConfigImpl,T> func)
-