类 MybatisMapperProxy<T>
java.lang.Object
com.baomidou.mybatisplus.core.override.MybatisMapperProxy<T>
- 所有已实现的接口:
Serializable
,InvocationHandler
public class MybatisMapperProxy<T> extends Object implements InvocationHandler, Serializable
从 MapperProxy
copy 过来
- 从以下版本开始:
- 2018-06-09
- 作者:
- miemie
- 另请参阅:
- 序列化表格
-
构造器概要
构造器 构造器 说明 MybatisMapperProxy(org.apache.ibatis.session.SqlSession sqlSession, Class<T> mapperInterface, Map<Method,com.baomidou.mybatisplus.core.override.MybatisMapperProxy.MapperMethodInvoker> methodCache)
-
方法概要
-
构造器详细资料
-
MybatisMapperProxy
-
-
方法详细资料
-
invoke
- 指定者:
invoke
在接口中InvocationHandler
- 抛出:
Throwable
-