Package org.apache.ibatis.binding
Class MapperProxyFactory<T>
- java.lang.Object
 - 
- org.apache.ibatis.binding.MapperProxyFactory<T>
 
 
- 
public class MapperProxyFactory<T> extends Object
- Author:
 - Lasse Voss
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MapperProxyFactory(Class<T> mapperInterface) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>getMapperInterface()Map<Method,org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker>getMethodCache()protected TnewInstance(MapperProxy<T> mapperProxy)TnewInstance(SqlSession sqlSession) 
 - 
 
- 
- 
Method Detail
- 
getMethodCache
public Map<Method,org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> getMethodCache()
 
- 
newInstance
protected T newInstance(MapperProxy<T> mapperProxy)
 
- 
newInstance
public T newInstance(SqlSession sqlSession)
 
 - 
 
 -