org.apache.ibatis.binding
Class MapperProxyFactory<T>

java.lang.Object
  extended by org.apache.ibatis.binding.MapperProxyFactory<T>

public class MapperProxyFactory<T>
extends Object


Constructor Summary
MapperProxyFactory(Class<T> mapperInterface)
           
 
Method Summary
 Class<T> getMapperInterface()
           
 Map<Method,MapperMethod> getMethodCache()
           
protected  T newInstance(MapperProxy<T> mapperProxy)
           
 T newInstance(SqlSession sqlSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperProxyFactory

public MapperProxyFactory(Class<T> mapperInterface)
Method Detail

getMapperInterface

public Class<T> getMapperInterface()

getMethodCache

public Map<Method,MapperMethod> getMethodCache()

newInstance

protected T newInstance(MapperProxy<T> mapperProxy)

newInstance

public T newInstance(SqlSession sqlSession)


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.