类 MybatisMapperProxy<T>
java.lang.Object
com.baomidou.mybatisplus.core.override.MybatisMapperProxy<T>
- 所有已实现的接口:
Serializable,InvocationHandler
从 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) -
方法概要
修饰符和类型方法说明org.apache.ibatis.session.SqlSession
-
构造器详细资料
-
MybatisMapperProxy
-
-
方法详细资料
-
invoke
- 指定者:
invoke在接口中InvocationHandler- 抛出:
Throwable
-
getSqlSession
public org.apache.ibatis.session.SqlSession getSqlSession() -
getMapperInterface
-