类 MybatisMapperProxy<T>
java.lang.Object
com.baomidou.mybatisplus.core.override.MybatisMapperProxy<T>
- 所有已实现的接口:
Serializable
,InvocationHandler
从 MapperProxy
copy 过来
使用 MybatisMapperMethod
- 从以下版本开始:
- 2018-06-09
- 另请参阅:
-
构造器概要
构造器构造器说明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
-