类 MybatisMapperProxyFactory<T>

java.lang.Object
com.baomidou.mybatisplus.core.override.MybatisMapperProxyFactory<T>

public class MybatisMapperProxyFactory<T> extends Object

MapperProxyFactory copy 过来

  • 使用 MybatisMapperMethod
  • 从以下版本开始:
    2018-06-09
    作者:
    miemie
    • 构造器详细资料

      • MybatisMapperProxyFactory

        public MybatisMapperProxyFactory(Class<T> mapperInterface)
    • 方法详细资料

      • newInstance

        protected T newInstance(MybatisMapperProxy<T> mapperProxy)
      • newInstance

        public T newInstance(org.apache.ibatis.session.SqlSession sqlSession)
      • getMapperInterface

        public Class<T> getMapperInterface()
      • getMethodCache

        public Map<Method,com.baomidou.mybatisplus.core.override.MybatisMapperProxy.MapperMethodInvoker> getMethodCache()