Uses of Class
org.apache.ibatis.binding.MapperMethod

Packages that use MapperMethod
org.apache.ibatis.binding TODO fillme. 
 

Uses of MapperMethod in org.apache.ibatis.binding
 

Methods in org.apache.ibatis.binding that return types with arguments of type MapperMethod
 Map<Method,MapperMethod> MapperProxyFactory.getMethodCache()
           
 

Constructor parameters in org.apache.ibatis.binding with type arguments of type MapperMethod
MapperProxy(SqlSession sqlSession, Class<T> mapperInterface, Map<Method,MapperMethod> methodCache)
           
 



Copyright © 2010-2013 MyBatis.org. All Rights Reserved.