Uses of Interface
cn.cloudself.query.config.impl.ThreadQueryProConfigImpl.UseResult
-
Packages that use ThreadQueryProConfigImpl.UseResult Package Description cn.cloudself.query.config.impl -
-
Uses of ThreadQueryProConfigImpl.UseResult in cn.cloudself.query.config.impl
Classes in cn.cloudself.query.config.impl that implement ThreadQueryProConfigImpl.UseResult Modifier and Type Class Description static classThreadQueryProConfigImpl.DefaultUse<T>Methods in cn.cloudself.query.config.impl with parameters of type ThreadQueryProConfigImpl.UseResult Modifier and Type Method Description <T> TThreadQueryProConfigImpl. use(ThreadQueryProConfigImpl.UseResult<T> func)在回调函数中,维持一个query pro配置的上下文 注意该配置对函数中新开的线程无效
context不能嵌套
QueryProConfig.context.use(context -> { context.bt(); UserQueryPro.selectBy().id().equalTo(1); });
-