Class MapperProxyFactory<T>

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

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

    • MapperProxyFactory Link icon

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

    • getMapperInterface Link icon

      public Class<T> getMapperInterface()
    • getMethodCache Link icon

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

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

      public T newInstance(SqlSession sqlSession)