@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 GeneralBatchInsertInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
GeneralSqlChangeInterceptor to change Query SQL before executed, currently only support passed in String and output String.GeneralPaginationInterceptor, and for sql change interceptors will be injected to interceptors.Connection. Refer to GeneralJdbcReflectionUtil and DialectFactoryPaginationInterceptor| 构造器和说明 |
|---|
GeneralBatchInsertInterceptor() |
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 © 2017. All rights reserved.