@Component
@Intercepts(value=@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="prepare",args={java.sql.Connection.class,java.lang.Integer.class}))
public class MybatisInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
MybatisInterceptor() |
public Object intercept(org.apache.ibatis.plugin.Invocation ivk) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic void setProperties(Properties p)
setProperties 在接口中 org.apache.ibatis.plugin.InterceptorCopyright © 2021. All rights reserved.