@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
| 构造器和说明 |
|---|
MPJInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
org.apache.ibatis.mapping.MappedStatement |
newMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
Class<?> resultType)
构建新的MappedStatement
|
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept 在接口中 org.apache.ibatis.plugin.InterceptorThrowablepublic org.apache.ibatis.mapping.MappedStatement newMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
Class<?> resultType)
Copyright © 2021. All rights reserved.