public class Interceptor extends Object implements com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptor
| 构造器和说明 |
|---|
Interceptor() |
Interceptor(boolean showSql) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
beforeGetBoundSql(org.apache.ibatis.executor.statement.StatementHandler sh) |
void |
beforePrepare(org.apache.ibatis.executor.statement.StatementHandler sh,
Connection connection,
Integer transactionTimeout) |
void |
beforeQuery(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql) |
void |
beforeUpdate(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter) |
void |
setProperties(Properties properties) |
boolean |
willDoQuery(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql) |
boolean |
willDoUpdate(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter) |
public boolean willDoQuery(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql)
willDoQuery 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic void beforeQuery(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.session.ResultHandler resultHandler,
org.apache.ibatis.mapping.BoundSql boundSql)
beforeQuery 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic boolean willDoUpdate(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter)
willDoUpdate 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic void beforeUpdate(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object parameter)
beforeUpdate 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic void beforePrepare(org.apache.ibatis.executor.statement.StatementHandler sh,
Connection connection,
Integer transactionTimeout)
beforePrepare 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic void beforeGetBoundSql(org.apache.ibatis.executor.statement.StatementHandler sh)
beforeGetBoundSql 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorpublic void setProperties(Properties properties)
setProperties 在接口中 com.baomidou.mybatisplus.solon.plugins.inner.InnerInterceptorCopyright © 2022. All rights reserved.