@Intercepts(value=@Signature(type=org.apache.ibatis.executor.resultset.ResultSetHandler.class,method="handleResultSets",args=java.sql.Statement.class)) public class SensitiveResultSetHandler extends AbstractSqlParserHandler implements org.apache.ibatis.plugin.Interceptor
DELEGATE_BOUNDSQL_SQL, DELEGATE_MAPPED_STATEMENT| Constructor and Description |
|---|
SensitiveResultSetHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object o) |
void |
setProperties(Properties properties) |
getMappedStatement, getSqlParserInfo, realTargetpublic Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowablepublic Object plugin(Object o)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.InterceptorCopyright © 2020. All rights reserved.