@Signature(type=org.apache.ibatis.executor.Executor.class,method="update",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class}) @Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class})
public class TraceMybatisInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
TraceMybatisInterceptor(io.opentracing.Tracer tracer) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties properties) |
static tech.mhuang.pacebox.core.dict.BasicDict |
showSql(org.apache.ibatis.session.Configuration configuration,
org.apache.ibatis.mapping.BoundSql boundSql) |
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic static tech.mhuang.pacebox.core.dict.BasicDict showSql(org.apache.ibatis.session.Configuration configuration,
org.apache.ibatis.mapping.BoundSql boundSql)
public void setProperties(Properties properties)
setProperties 在接口中 org.apache.ibatis.plugin.InterceptorCopyright © 2021. All rights reserved.