public class MapperProxyFactory<T> extends Object
Constructor and Description |
---|
MapperProxyFactory(Class<T> mapperInterface) |
Modifier and Type | Method and Description |
---|---|
Class<T> |
getMapperInterface() |
Map<Method,MapperMethod> |
getMethodCache() |
protected T |
newInstance(MapperProxy<T> mapperProxy) |
T |
newInstance(SqlSession sqlSession) |
public Map<Method,MapperMethod> getMethodCache()
protected T newInstance(MapperProxy<T> mapperProxy)
public T newInstance(SqlSession sqlSession)
Copyright © 2010–2015 MyBatis.org. All rights reserved.