org.apache.ibatis.binding
Class MapperProxyFactory<T>
java.lang.Object
org.apache.ibatis.binding.MapperProxyFactory<T>
public class MapperProxyFactory<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperProxyFactory
public MapperProxyFactory(Class<T> mapperInterface)
getMapperInterface
public Class<T> getMapperInterface()
getMethodCache
public Map<Method,MapperMethod> getMethodCache()
newInstance
protected T newInstance(MapperProxy<T> mapperProxy)
newInstance
public T newInstance(SqlSession sqlSession)
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.