Package-level declarations
查询相关包 包含查询条件和查询构建相关的功能实现
Since
2.4.0
Types
Link copied to clipboard
@Component
@ConditionalOnClass(value = TLogContext::class )
@Intercepts(value = [Signature(type = StatementHandler::class, method = "prepare", args = [Connection::class, Integer::class ] ) ] )
参数拦截器 sql输出增加前缀 #sqlId;traceId