public class MybatisMapperProxyFactory<T>
extends java.lang.Object
从 MapperProxyFactory copy 过来
| 构造器和说明 |
|---|
MybatisMapperProxyFactory(java.lang.Class<T> mapperInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.reflect.Method,MybatisMapperMethod> |
getMethodCache() |
protected T |
newInstance(MybatisMapperProxy<T> mapperProxy) |
T |
newInstance(org.apache.ibatis.session.SqlSession sqlSession) |
public MybatisMapperProxyFactory(java.lang.Class<T> mapperInterface)
public java.util.Map<java.lang.reflect.Method,MybatisMapperMethod> getMethodCache()
protected T newInstance(MybatisMapperProxy<T> mapperProxy)
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession)