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