Class MapperProxyFactory<T>


  • public class MapperProxyFactory<T>
    extends java.lang.Object
    Author:
    Lasse Voss
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperProxyFactory​(java.lang.Class<T> mapperInterface)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Class<T> getMapperInterface()  
      java.util.Map<java.lang.reflect.Method,​org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> 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​(java.lang.Class<T> mapperInterface)
    • Method Detail

      • getMapperInterface

        public java.lang.Class<T> getMapperInterface()
      • getMethodCache

        public java.util.Map<java.lang.reflect.Method,​org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> getMethodCache()
      • newInstance

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

        public T newInstance​(SqlSession sqlSession)