类 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 过来

 使用 MybatisMapperMethod 
从以下版本开始:
2018-06-09
另请参阅:
  • 构造器详细资料

    • MybatisMapperProxy

      public MybatisMapperProxy(org.apache.ibatis.session.SqlSession sqlSession, Class<T> mapperInterface, Map<Method,com.baomidou.mybatisplus.core.override.MybatisMapperProxy.MapperMethodInvoker> methodCache)
  • 方法详细资料