Package org.apache.ibatis.binding
Class MapperMethod
- java.lang.Object
 - 
- org.apache.ibatis.binding.MapperMethod
 
 
- 
public class MapperMethod extends Object
- Author:
 - Clinton Begin, Eduardo Macarron, Lasse Voss, Kazuki Shimizu
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapperMethod.MethodSignaturestatic classMapperMethod.ParamMap<V>static classMapperMethod.SqlCommand 
- 
Constructor Summary
Constructors Constructor Description MapperMethod(Class<?> mapperInterface, Method method, Configuration config) 
 - 
 
- 
- 
Constructor Detail
- 
MapperMethod
public MapperMethod(Class<?> mapperInterface, Method method, Configuration config)
 
 - 
 
- 
Method Detail
- 
execute
public Object execute(SqlSession sqlSession, Object[] args)
 
 - 
 
 -