@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 UacInterceptor
extends AbstractInterceptor
implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
UacInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
init() |
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
prepare()
执行运行前准备检查
|
void |
setProperties(Properties properties) |
extractSql, getParameterValuepublic void prepare()
@PostConstruct public void init()
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic void setProperties(Properties properties)
setProperties 在接口中 org.apache.ibatis.plugin.InterceptorCopyright © 2020. All rights reserved.