Class MapperProxyFactory<T>

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

public class MapperProxyFactory<T> extends Object
Author:
Lasse Voss
  • Constructor Details

    • MapperProxyFactory

      public MapperProxyFactory(Class<T> mapperInterface)
  • Method Details

    • getMapperInterface

      public Class<T> getMapperInterface()
    • getMethodCache

      public Map<Method,org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> getMethodCache()
    • newInstance

      protected T newInstance(MapperProxy<T> mapperProxy)
    • newInstance

      public T newInstance(SqlSession sqlSession)