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