@Component @Intercepts(value=@Signature(type=org.apache.ibatis.executor.parameter.ParameterHandler.class,method="setParameters",args=java.sql.PreparedStatement.class)) public class ParameterInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
ParameterInterceptor() |
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 © 2022. All rights reserved.