Class MapperProxyFactory<T>


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

      • MapperProxyFactory

        public MapperProxyFactory​(Class<T> mapperInterface)
    • Method Detail

      • 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)