public class MapperProxy<T> extends Object implements InvocationHandler, Serializable
Constructor and Description |
---|
MapperProxy(SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> methodCache) |
public MapperProxy(SqlSession sqlSession, Class<T> mapperInterface, Map<Method,org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker> methodCache)
Copyright © 2009–2021 MyBatis.org. All rights reserved.