public class PageMapperProxyFactory<T>
extends java.lang.Object
替换掉引用
重写类: org.apache.ibatis.binding.MapperProxyFactory
| 构造器和说明 |
|---|
PageMapperProxyFactory(java.lang.Class<T> mapperInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<T> |
getMapperInterface() |
java.util.Map<java.lang.reflect.Method,PageMapperMethod> |
getMethodCache() |
protected T |
newInstance(PageMapperProxy<T> mapperProxy) |
T |
newInstance(org.apache.ibatis.session.SqlSession sqlSession) |
public PageMapperProxyFactory(java.lang.Class<T> mapperInterface)
public java.lang.Class<T> getMapperInterface()
public java.util.Map<java.lang.reflect.Method,PageMapperMethod> getMethodCache()
protected T newInstance(PageMapperProxy<T> mapperProxy)
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession)