public class MybatisMapperProxyFactory<T> extends Object
重写类: org.apache.ibatis.binding.MapperProxyFactory
| 构造器和说明 |
|---|
MybatisMapperProxyFactory(Class<T> mapperInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<T> |
getMapperInterface() |
Map<Method,MybatisMapperMethod> |
getMethodCache() |
protected T |
newInstance(MybatisMapperProxy<T> mapperProxy) |
T |
newInstance(org.apache.ibatis.session.SqlSession sqlSession) |
public Map<Method,MybatisMapperMethod> getMethodCache()
protected T newInstance(MybatisMapperProxy<T> mapperProxy)
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession)