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