@Intercepts(value=@Signature(type=org.apache.ibatis.executor.Executor.class,method="query",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class,org.apache.ibatis.session.RowBounds.class,org.apache.ibatis.session.ResultHandler.class}))
public class MPJInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MPJInterceptor.Val |
| 构造器和说明 |
|---|
MPJInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
Class<?> resultType,
Object ew)
获取MappedStatement
|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties properties) |
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic org.apache.ibatis.mapping.MappedStatement getMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
Class<?> resultType,
Object ew)
public void setProperties(Properties properties)
setProperties 在接口中 org.apache.ibatis.plugin.InterceptorCopyright © 2023. All rights reserved.