@Intercepts(value=@Signature(type=org.apache.ibatis.executor.Executor.class,method="update",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class}))
public class SqlExplainInterceptor
extends AbstractSqlParserHandler
implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
SqlExplainInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties prop) |
sqlParserpublic Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic void setProperties(Properties prop)
setProperties 在接口中 org.apache.ibatis.plugin.Interceptor