@Intercepts(value=@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="prepare",args={java.sql.Connection.class,java.lang.Integer.class}))
public class SensitiveStatementHandler
extends org.aoju.bus.mapper.handler.AbstractSqlHandler
implements org.apache.ibatis.plugin.Interceptor
| Constructor and Description |
|---|
SensitiveStatementHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object object) |
void |
setProperties(Properties properties) |
getMappedStatement, getMappedStatement, getSqlParserInfo, realTargetpublic Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowablepublic Object plugin(Object object)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.InterceptorCopyright © 2022. All rights reserved.