类 MybatisMapperProxyFactory<T>
- java.lang.Object
-
- com.baomidou.mybatisplus.core.override.MybatisMapperProxyFactory<T>
-
public class MybatisMapperProxyFactory<T> extends java.lang.Object从
MapperProxyFactorycopy 过来- 使用 MybatisMapperMethod
- 从以下版本开始:
- 2018-06-09
- 作者:
- miemie
-
-
构造器概要
构造器 构造器 说明 MybatisMapperProxyFactory(java.lang.Class<T> mapperInterface)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Class<T>getMapperInterface()java.util.Map<java.lang.reflect.Method,com.baomidou.mybatisplus.core.override.MybatisMapperProxy.MapperMethodInvoker>getMethodCache()protected TnewInstance(MybatisMapperProxy<T> mapperProxy)TnewInstance(org.apache.ibatis.session.SqlSession sqlSession)
-
-
-
构造器详细资料
-
MybatisMapperProxyFactory
public MybatisMapperProxyFactory(java.lang.Class<T> mapperInterface)
-
-
方法详细资料
-
newInstance
protected T newInstance(MybatisMapperProxy<T> mapperProxy)
-
newInstance
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession)
-
getMapperInterface
public java.lang.Class<T> getMapperInterface()
-
getMethodCache
public java.util.Map<java.lang.reflect.Method,com.baomidou.mybatisplus.core.override.MybatisMapperProxy.MapperMethodInvoker> getMethodCache()
-
-